Html Css Color HEX #C82946 Brick Red

📋 copy color: '#C82946'

red 200 ◦ green 41 ◦ blue 70

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

Shades of Brick Red #C82946

Tints of Brick Red #C82946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.18%

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

R = 64.31%
G = 13.18%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C82946 (or 0xC82946) is known color: Brick Red. HEX triplet: C8, 29 and 46. RGB value is (200,41,70). Sum of RGB (Red+Green+Blue) = 200+41+70=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C82946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82946 is #37D6B9. Grayscale: #5B5B5B. Windows color (decimal): -3659450 or 4598216. OLE color: 4598216.

HSL color Cylindrical-coordinate representation of color #C82946: hue angle of 349.06º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82946 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 70 -
CMYK 0 0.80 0.65 0.22
HSL 349.06º 0.66% 0.47% -
HSV(B) 349.06º 0.8% 0.78% -
XYZ 25.72 14.31 7.2 -
YUV 91.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 200 41 70 0 0.80 0.65 0.22 349.06 0.66 0.47
Hex C8 29 46 0 50 41 16 15D 42 2F
Octal 310 51 106 0 120 101 26 535 102 57
Binary 11001000 101001 1000110 0 1010000 1000001 10110 101011101 1000010 101111

Color Harmonies of #C82946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82946

Black with #C82946

Text Example


Text Example

White with #C82946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82946; }

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

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

background-color css

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

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

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

border-color css

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

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

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