Html Css Color HEX #C82446 Brick Red

📋 copy color: '#C82446'

red 200 ◦ green 36 ◦ blue 70

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

Shades of Brick Red #C82446

Tints of Brick Red #C82446

RGB

 RED value IS 200 (78.52% from 255) = 65.36%

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

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

R = 65.36%
G = 11.76%
B = 22.88%

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

#C82446 (or 0xC82446) is known color: Brick Red. HEX triplet: C8, 24 and 46. RGB value is (200,36,70). Sum of RGB (Red+Green+Blue) = 200+36+70=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82446 is #37DBB9. Grayscale: #585858. Windows color (decimal): -3660730 or 4596936. OLE color: 4596936.

HSL color Cylindrical-coordinate representation of color #C82446: hue angle of 347.56º 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 #C82446 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 36 70 -
CMYK 0 0.82 0.65 0.22
HSL 347.56º 0.69% 0.46% -
HSV(B) 347.56º 0.82% 0.78% -
XYZ 25.56 13.98 7.15 -
YUV 88.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 200 36 70 0 0.82 0.65 0.22 347.56 0.69 0.46
Hex C8 24 46 0 52 41 16 15C 45 2E
Octal 310 44 106 0 122 101 26 534 105 56
Binary 11001000 100100 1000110 0 1010010 1000001 10110 101011100 1000101 101110

Color Harmonies of #C82446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82446

Black with #C82446

Text Example


Text Example

White with #C82446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82446; }

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

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

background-color css

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

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

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

border-color css

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

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

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