Html Css Color HEX #C24049 Brick Red

📋 copy color: '#C24049'

red 194 ◦ green 64 ◦ blue 73

#C24049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C24049

Tints of Brick Red #C24049

RGB

 RED value IS 194 (76.17% from 255) = 58.61%

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 73 (28.91% from 255) = 22.05%

R = 58.61%
G = 19.34%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C24049 (or 0xC24049) is known color: Brick Red. HEX triplet: C2, 40 and 49. RGB value is (194,64,73). Sum of RGB (Red+Green+Blue) = 194+64+73=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C24049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24049 is #3DBFB6. Grayscale: #676767. Windows color (decimal): -4046775 or 4800706. OLE color: 4800706.

HSL color Cylindrical-coordinate representation of color #C24049: hue angle of 355.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24049 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 73 -
CMYK 0 0.67 0.62 0.24
HSL 355.85º 0.52% 0.51% -
HSV(B) 355.85º 0.67% 0.76% -
XYZ 25.28 15.62 7.99 -
YUV 103.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 194 64 73 0 0.67 0.62 0.24 355.85 0.52 0.51
Hex C2 40 49 0 43 3E 18 164 34 33
Octal 302 100 111 0 103 76 30 544 64 63
Binary 11000010 1000000 1001001 0 1000011 111110 11000 101100100 110100 110011

Color Harmonies of #C24049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24049

Black with #C24049

Text Example


Text Example

White with #C24049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24049; }

 p { color: rgb(194,64,73); }

 H1.HeaderClassName
 {
   color: #C24049;
 }
 .AnyTagClassName
 {
   color: #C24049;
 }
</style>

background-color css

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

 a { background-color: rgb(194,64,73); }

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

border-color css

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

 span { border-color: rgb(194,64,73); }

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