Html Css Color HEX #C04046 Brick Red

📋 copy color: '#C04046'

red 192 ◦ green 64 ◦ blue 70

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

Shades of Brick Red #C04046

Tints of Brick Red #C04046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 58.9%
G = 19.63%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C04046 (or 0xC04046) is known color: Brick Red. HEX triplet: C0, 40 and 46. RGB value is (192,64,70). Sum of RGB (Red+Green+Blue) = 192+64+70=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C04046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04046 is #3FBFB9. Grayscale: #676767. Windows color (decimal): -4177850 or 4604096. OLE color: 4604096.

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

Color convert

RGB 192 64 70 -
CMYK 0 0.67 0.64 0.25
HSL 357.19º 0.5% 0.5% -
HSV(B) 357.19º 0.67% 0.75% -
XYZ 24.68 15.32 7.45 -
YUV 102.96 109.41 191.51 -
System Red Green Blue C M Y K H S L
Decimal 192 64 70 0 0.67 0.64 0.25 357.19 0.5 0.5
Hex C0 40 46 0 43 40 19 165 32 32
Octal 300 100 106 0 103 100 31 545 62 62
Binary 11000000 1000000 1000110 0 1000011 1000000 11001 101100101 110010 110010

Color Harmonies of #C04046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04046

Black with #C04046

Text Example


Text Example

White with #C04046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04046; }

 p { color: rgb(192,64,70); }

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

background-color css

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

 a { background-color: rgb(192,64,70); }

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

border-color css

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

 span { border-color: rgb(192,64,70); }

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