Html Css Color HEX #C82B34 Mahogany

📋 copy color: '#C82B34'

red 200 ◦ green 43 ◦ blue 52

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

Shades of Mahogany #C82B34

Tints of Mahogany #C82B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.63%

R = 67.8%
G = 14.58%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C82B34 (or 0xC82B34) is known color: Mahogany. HEX triplet: C8, 2B and 34. RGB value is (200,43,52). Sum of RGB (Red+Green+Blue) = 200+43+52=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82B34 is #37D4CB. Grayscale: #5B5B5B. Windows color (decimal): -3658956 or 3419080. OLE color: 3419080.

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

Color convert

RGB 200 43 52 -
CMYK 0 0.78 0.74 0.22
HSL 356.56º 0.65% 0.48% -
HSV(B) 356.56º 0.79% 0.78% -
XYZ 25.3 14.26 4.67 -
YUV 90.97 106.01 205.77 -
System Red Green Blue C M Y K H S L
Decimal 200 43 52 0 0.78 0.74 0.22 356.56 0.65 0.48
Hex C8 2B 34 0 4E 4A 16 165 41 30
Octal 310 53 64 0 116 112 26 545 101 60
Binary 11001000 101011 110100 0 1001110 1001010 10110 101100101 1000001 110000

Color Harmonies of #C82B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B34

Black with #C82B34

Text Example


Text Example

White with #C82B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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