Html Css Color HEX #C82B32 Mahogany

📋 copy color: '#C82B32'

red 200 ◦ green 43 ◦ blue 50

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

Shades of Mahogany #C82B32

Tints of Mahogany #C82B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 68.26%
G = 14.68%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C82B32 (or 0xC82B32) is known color: Mahogany. HEX triplet: C8, 2B and 32. RGB value is (200,43,50). Sum of RGB (Red+Green+Blue) = 200+43+50=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B32 is #37D4CD. Grayscale: #5A5A5A. Windows color (decimal): -3658958 or 3288008. OLE color: 3288008.

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

Color convert

RGB 200 43 50 -
CMYK 0 0.78 0.75 0.22
HSL 357.32º 0.65% 0.48% -
HSV(B) 357.32º 0.79% 0.78% -
XYZ 25.26 14.24 4.43 -
YUV 90.74 105.01 205.93 -
System Red Green Blue C M Y K H S L
Decimal 200 43 50 0 0.78 0.75 0.22 357.32 0.65 0.48
Hex C8 2B 32 0 4E 4B 16 165 41 30
Octal 310 53 62 0 116 113 26 545 101 60
Binary 11001000 101011 110010 0 1001110 1001011 10110 101100101 1000001 110000

Color Harmonies of #C82B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B32

Black with #C82B32

Text Example


Text Example

White with #C82B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B32; }

 p { color: rgb(200,43,50); }

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

background-color css

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

 a { background-color: rgb(200,43,50); }

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

border-color css

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

 span { border-color: rgb(200,43,50); }

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