Html Css Color HEX #CB2830 Mahogany

📋 copy color: '#CB2830'

red 203 ◦ green 40 ◦ blue 48

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

Shades of Mahogany #CB2830

Tints of Mahogany #CB2830

RGB

 RED value IS 203 (79.69% from 255) = 69.76%

 GREEN value IS 40 (16.02% from 255) = 13.75%

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 69.76%
G = 13.75%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2830 (or 0xCB2830) is known color: Mahogany. HEX triplet: CB, 28 and 30. RGB value is (203,40,48). Sum of RGB (Red+Green+Blue) = 203+40+48=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2830 is #34D7CF. Grayscale: #595959. Windows color (decimal): -3463120 or 3156171. OLE color: 3156171.

HSL color Cylindrical-coordinate representation of color #CB2830: hue angle of 357.06º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2830 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 40 48 -
CMYK 0 0.80 0.76 0.20
HSL 357.06º 0.67% 0.48% -
HSV(B) 357.06º 0.8% 0.8% -
XYZ 25.92 14.43 4.21 -
YUV 89.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 203 40 48 0 0.80 0.76 0.20 357.06 0.67 0.48
Hex CB 28 30 0 50 4C 14 165 43 30
Octal 313 50 60 0 120 114 24 545 103 60
Binary 11001011 101000 110000 0 1010000 1001100 10100 101100101 1000011 110000

Color Harmonies of #CB2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2830

Black with #CB2830

Text Example


Text Example

White with #CB2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2830; }

 p { color: rgb(203,40,48); }

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

background-color css

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

 a { background-color: rgb(203,40,48); }

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

border-color css

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

 span { border-color: rgb(203,40,48); }

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