Html Css Color HEX #C04247 Brick Red

📋 copy color: '#C04247'

red 192 ◦ green 66 ◦ blue 71

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

Shades of Brick Red #C04247

Tints of Brick Red #C04247

RGB

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

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

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

R = 58.36%
G = 20.06%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C04247 (or 0xC04247) is known color: Brick Red. HEX triplet: C0, 42 and 47. RGB value is (192,66,71). Sum of RGB (Red+Green+Blue) = 192+66+71=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C04247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04247 is #3FBDB8. Grayscale: #686868. Windows color (decimal): -4177337 or 4670144. OLE color: 4670144.

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

Color convert

RGB 192 66 71 -
CMYK 0 0.66 0.63 0.25
HSL 357.62º 0.5% 0.51% -
HSV(B) 357.62º 0.66% 0.75% -
XYZ 24.82 15.56 7.66 -
YUV 104.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 192 66 71 0 0.66 0.63 0.25 357.62 0.5 0.51
Hex C0 42 47 0 42 3F 19 166 32 33
Octal 300 102 107 0 102 77 31 546 62 63
Binary 11000000 1000010 1000111 0 1000010 111111 11001 101100110 110010 110011

Color Harmonies of #C04247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04247

Black with #C04247

Text Example


Text Example

White with #C04247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04247; }

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

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

background-color css

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

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

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

border-color css

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

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

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