Html Css Color HEX #C04347 Brick Red

📋 copy color: '#C04347'

red 192 ◦ green 67 ◦ blue 71

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

Shades of Brick Red #C04347

Tints of Brick Red #C04347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.3%

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

R = 58.18%
G = 20.3%
B = 21.52%

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

#C04347 (or 0xC04347) is known color: Brick Red. HEX triplet: C0, 43 and 47. RGB value is (192,67,71). Sum of RGB (Red+Green+Blue) = 192+67+71=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C04347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04347 is #3FBCB8. Grayscale: #686868. Windows color (decimal): -4177081 or 4670400. OLE color: 4670400.

HSL color Cylindrical-coordinate representation of color #C04347: hue angle of 358.08º 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 #C04347 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 71 -
CMYK 0 0.65 0.63 0.25
HSL 358.08º 0.5% 0.51% -
HSV(B) 358.08º 0.65% 0.75% -
XYZ 24.88 15.68 7.68 -
YUV 104.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 192 67 71 0 0.65 0.63 0.25 358.08 0.5 0.51
Hex C0 43 47 0 41 3F 19 166 32 33
Octal 300 103 107 0 101 77 31 546 62 63
Binary 11000000 1000011 1000111 0 1000001 111111 11001 101100110 110010 110011

Color Harmonies of #C04347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04347

Black with #C04347

Text Example


Text Example

White with #C04347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04347; }

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

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

background-color css

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

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

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

border-color css

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

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

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