Html Css Color HEX #C04447 Brick Red

📋 copy color: '#C04447'

red 192 ◦ green 68 ◦ blue 71

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

Shades of Brick Red #C04447

Tints of Brick Red #C04447

RGB

 RED value IS 192 (75.39% from 255) = 58.01%

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 58.01%
G = 20.54%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04447 (or 0xC04447) is known color: Brick Red. HEX triplet: C0, 44 and 47. RGB value is (192,68,71). Sum of RGB (Red+Green+Blue) = 192+68+71=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C04447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04447 is #3FBBB8. Grayscale: #696969. Windows color (decimal): -4176825 or 4670656. OLE color: 4670656.

HSL color Cylindrical-coordinate representation of color #C04447: hue angle of 358.55º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04447 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 68 71 -
CMYK 0 0.65 0.63 0.25
HSL 358.55º 0.5% 0.51% -
HSV(B) 358.55º 0.65% 0.75% -
XYZ 24.94 15.8 7.7 -
YUV 105.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 192 68 71 0 0.65 0.63 0.25 358.55 0.5 0.51
Hex C0 44 47 0 41 3F 19 167 32 33
Octal 300 104 107 0 101 77 31 547 62 63
Binary 11000000 1000100 1000111 0 1000001 111111 11001 101100111 110010 110011

Color Harmonies of #C04447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04447

Black with #C04447

Text Example


Text Example

White with #C04447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04447; }

 p { color: rgb(192,68,71); }

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

background-color css

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

 a { background-color: rgb(192,68,71); }

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

border-color css

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

 span { border-color: rgb(192,68,71); }

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