Html Css Color HEX #C04045 Brick Red

📋 copy color: '#C04045'

red 192 ◦ green 64 ◦ blue 69

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

Shades of Brick Red #C04045

Tints of Brick Red #C04045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.23%

R = 59.08%
G = 19.69%
B = 21.23%

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

#C04045 (or 0xC04045) is known color: Brick Red. HEX triplet: C0, 40 and 45. RGB value is (192,64,69). Sum of RGB (Red+Green+Blue) = 192+64+69=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C04045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04045 is #3FBFBA. Grayscale: #666666. Windows color (decimal): -4177851 or 4538560. OLE color: 4538560.

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

Color convert

RGB 192 64 69 -
CMYK 0 0.67 0.64 0.25
HSL 357.66º 0.5% 0.5% -
HSV(B) 357.66º 0.67% 0.75% -
XYZ 24.65 15.3 7.29 -
YUV 102.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 192 64 69 0 0.67 0.64 0.25 357.66 0.5 0.5
Hex C0 40 45 0 43 40 19 166 32 32
Octal 300 100 105 0 103 100 31 546 62 62
Binary 11000000 1000000 1000101 0 1000011 1000000 11001 101100110 110010 110010

Color Harmonies of #C04045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04045

Black with #C04045

Text Example


Text Example

White with #C04045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04045; }

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

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

background-color css

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

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

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

border-color css

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

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

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