Html Css Color HEX #C62446 Brick Red

📋 copy color: '#C62446'

red 198 ◦ green 36 ◦ blue 70

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

Shades of Brick Red #C62446

Tints of Brick Red #C62446

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 65.13%
G = 11.84%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C62446 (or 0xC62446) is known color: Brick Red. HEX triplet: C6, 24 and 46. RGB value is (198,36,70). Sum of RGB (Red+Green+Blue) = 198+36+70=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C62446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62446 is #39DBB9. Grayscale: #585858. Windows color (decimal): -3791802 or 4596934. OLE color: 4596934.

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

Color convert

RGB 198 36 70 -
CMYK 0 0.82 0.65 0.22
HSL 347.41º 0.69% 0.46% -
HSV(B) 347.41º 0.82% 0.78% -
XYZ 25.03 13.71 7.12 -
YUV 88.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 198 36 70 0 0.82 0.65 0.22 347.41 0.69 0.46
Hex C6 24 46 0 52 41 16 15B 45 2E
Octal 306 44 106 0 122 101 26 533 105 56
Binary 11000110 100100 1000110 0 1010010 1000001 10110 101011011 1000101 101110

Color Harmonies of #C62446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62446

Black with #C62446

Text Example


Text Example

White with #C62446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62446; }

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

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

background-color css

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

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

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

border-color css

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

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

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