Html Css Color HEX #C44047 Brick Red

📋 copy color: '#C44047'

red 196 ◦ green 64 ◦ blue 71

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

Shades of Brick Red #C44047

Tints of Brick Red #C44047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.45%

R = 59.21%
G = 19.34%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C44047 (or 0xC44047) is known color: Brick Red. HEX triplet: C4, 40 and 47. RGB value is (196,64,71). Sum of RGB (Red+Green+Blue) = 196+64+71=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C44047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44047 is #3BBFB8. Grayscale: #686868. Windows color (decimal): -3915705 or 4669636. OLE color: 4669636.

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

Color convert

RGB 196 64 71 -
CMYK 0 0.67 0.64 0.23
HSL 356.82º 0.53% 0.51% -
HSV(B) 356.82º 0.67% 0.77% -
XYZ 25.74 15.86 7.67 -
YUV 104.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 196 64 71 0 0.67 0.64 0.23 356.82 0.53 0.51
Hex C4 40 47 0 43 40 17 165 35 33
Octal 304 100 107 0 103 100 27 545 65 63
Binary 11000100 1000000 1000111 0 1000011 1000000 10111 101100101 110101 110011

Color Harmonies of #C44047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44047

Black with #C44047

Text Example


Text Example

White with #C44047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44047; }

 p { color: rgb(196,64,71); }

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

background-color css

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

 a { background-color: rgb(196,64,71); }

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

border-color css

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

 span { border-color: rgb(196,64,71); }

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