#C4333F

Color #C4333F Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C4333F

Tints of Brick Red #C4333F

Color information

#C4333F (or 0xC4333F) is unknown color: approx Brick Red. HEX triplet: C4, 33 and 3F. RGB value is (196,51,63). Sum of RGB (Red+Green+Blue) = 196+51+63=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4333F is #3BCCC0. Grayscale: #5F5F5F. Windows color (decimal): -3919041 or 4142020. OLE color: 4142020.

HSL color Cylindrical-coordinate representation of color #C4333F: hue angle of 355.03º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4333F is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB1965163-
CMYK00.740.680.23
HSL355.03º58.7%48.43%-
HSV(B)355.03º73.98%76.86%-
XYZ24.8514.466.18-
YUV95.72109.54199.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 63 (25% from 255) = 20.32%
R=63.23%
G=16.45%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196516300.740.680.23355.0358.748.43
HexC4333F04A44171633b30
Octal30463770112104275437360
Binary1100010011001111111101001010100010010111101100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4333F; }

 p { color: rgb(196,51,63); }

 H1.HeaderClassName
 {
   color: #C4333F;
 }
 .AnyTagClassName
 {
   color: #C4333F;
 }
</style>
background-color css

<style>
 a { background-color: #C4333F; }

 a { background-color: rgb(196,51,63); }

 div.DivClassName
 {
   background-color: #C4333F;
 }
 .BgClassName
 {
   background-color: #C4333F;
 }
</style>
border-color css

<style>
 span { border-color: #C4333F; }

 span { border-color: rgb(196,51,63); }

 td.TdClassName
 {
   border-color: #C4333F;
 }
 .TagClassName
 {
   border-color: #C4333F;
 }
</style>