Html Css Color HEX #C44249 Brick Red

📋 copy color: '#C44249'

red 196 ◦ green 66 ◦ blue 73

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

Shades of Brick Red #C44249

Tints of Brick Red #C44249

RGB

 RED value IS 196 (76.95% from 255) = 58.51%

 GREEN value IS 66 (26.17% from 255) = 19.7%

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

R = 58.51%
G = 19.7%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C44249 (or 0xC44249) is known color: Brick Red. HEX triplet: C4, 42 and 49. RGB value is (196,66,73). Sum of RGB (Red+Green+Blue) = 196+66+73=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C44249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44249 is #3BBDB6. Grayscale: #696969. Windows color (decimal): -3915191 or 4801220. OLE color: 4801220.

HSL color Cylindrical-coordinate representation of color #C44249: hue angle of 356.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44249 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 73 -
CMYK 0 0.66 0.63 0.23
HSL 356.77º 0.52% 0.51% -
HSV(B) 356.77º 0.66% 0.77% -
XYZ 25.92 16.11 8.05 -
YUV 105.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 196 66 73 0 0.66 0.63 0.23 356.77 0.52 0.51
Hex C4 42 49 0 42 3F 17 165 34 33
Octal 304 102 111 0 102 77 27 545 64 63
Binary 11000100 1000010 1001001 0 1000010 111111 10111 101100101 110100 110011

Color Harmonies of #C44249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44249

Black with #C44249

Text Example


Text Example

White with #C44249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44249; }

 p { color: rgb(196,66,73); }

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

background-color css

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

 a { background-color: rgb(196,66,73); }

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

border-color css

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

 span { border-color: rgb(196,66,73); }

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