Html Css Color HEX #C64046 Brick Red

📋 copy color: '#C64046'

red 198 ◦ green 64 ◦ blue 70

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

Shades of Brick Red #C64046

Tints of Brick Red #C64046

RGB

 RED value IS 198 (77.73% from 255) = 59.64%

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

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

R = 59.64%
G = 19.28%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C64046 (or 0xC64046) is known color: Brick Red. HEX triplet: C6, 40 and 46. RGB value is (198,64,70). Sum of RGB (Red+Green+Blue) = 198+64+70=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C64046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64046 is #39BFB9. Grayscale: #686868. Windows color (decimal): -3784634 or 4604102. OLE color: 4604102.

HSL color Cylindrical-coordinate representation of color #C64046: hue angle of 357.31º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64046 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 70 -
CMYK 0 0.68 0.65 0.22
HSL 357.31º 0.54% 0.51% -
HSV(B) 357.31º 0.68% 0.78% -
XYZ 26.23 16.11 7.52 -
YUV 104.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 198 64 70 0 0.68 0.65 0.22 357.31 0.54 0.51
Hex C6 40 46 0 44 41 16 165 36 33
Octal 306 100 106 0 104 101 26 545 66 63
Binary 11000110 1000000 1000110 0 1000100 1000001 10110 101100101 110110 110011

Color Harmonies of #C64046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64046

Black with #C64046

Text Example


Text Example

White with #C64046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64046; }

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

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

background-color css

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

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

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

border-color css

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

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

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