Html Css Color HEX #C24046 Brick Red

📋 copy color: '#C24046'

red 194 ◦ green 64 ◦ blue 70

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

Shades of Brick Red #C24046

Tints of Brick Red #C24046

RGB

 RED value IS 194 (76.17% from 255) = 59.15%

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

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

R = 59.15%
G = 19.51%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C24046 (or 0xC24046) is known color: Brick Red. HEX triplet: C2, 40 and 46. RGB value is (194,64,70). Sum of RGB (Red+Green+Blue) = 194+64+70=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C24046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24046 is #3DBFB9. Grayscale: #676767. Windows color (decimal): -4046778 or 4604098. OLE color: 4604098.

HSL color Cylindrical-coordinate representation of color #C24046: hue angle of 357.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24046 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 64 70 -
CMYK 0 0.67 0.64 0.24
HSL 357.23º 0.52% 0.51% -
HSV(B) 357.23º 0.67% 0.76% -
XYZ 25.19 15.58 7.47 -
YUV 103.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 194 64 70 0 0.67 0.64 0.24 357.23 0.52 0.51
Hex C2 40 46 0 43 40 18 165 34 33
Octal 302 100 106 0 103 100 30 545 64 63
Binary 11000010 1000000 1000110 0 1000011 1000000 11000 101100101 110100 110011

Color Harmonies of #C24046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24046

Black with #C24046

Text Example


Text Example

White with #C24046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24046; }

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

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

background-color css

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

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

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

border-color css

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

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

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