Html Css Color HEX #C82942 Brick Red

📋 copy color: '#C82942'

red 200 ◦ green 41 ◦ blue 66

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

Shades of Brick Red #C82942

Tints of Brick Red #C82942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 65.15%
G = 13.36%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C82942 (or 0xC82942) is known color: Brick Red. HEX triplet: C8, 29 and 42. RGB value is (200,41,66). Sum of RGB (Red+Green+Blue) = 200+41+66=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C82942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82942 is #37D6BD. Grayscale: #5B5B5B. Windows color (decimal): -3659454 or 4336072. OLE color: 4336072.

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

Color convert

RGB 200 41 66 -
CMYK 0 0.80 0.67 0.22
HSL 350.57º 0.66% 0.47% -
HSV(B) 350.57º 0.8% 0.78% -
XYZ 25.6 14.26 6.56 -
YUV 91.39 113.68 205.47 -
System Red Green Blue C M Y K H S L
Decimal 200 41 66 0 0.80 0.67 0.22 350.57 0.66 0.47
Hex C8 29 42 0 50 43 16 15F 42 2F
Octal 310 51 102 0 120 103 26 537 102 57
Binary 11001000 101001 1000010 0 1010000 1000011 10110 101011111 1000010 101111

Color Harmonies of #C82942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82942

Black with #C82942

Text Example


Text Example

White with #C82942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82942; }

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

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

background-color css

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

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

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

border-color css

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

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

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