Html Css Color HEX #CB2730 Mahogany

📋 copy color: '#CB2730'

red 203 ◦ green 39 ◦ blue 48

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

Shades of Mahogany #CB2730

Tints of Mahogany #CB2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

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

R = 70%
G = 13.45%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2730 (or 0xCB2730) is known color: Mahogany. HEX triplet: CB, 27 and 30. RGB value is (203,39,48). Sum of RGB (Red+Green+Blue) = 203+39+48=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2730 is #34D8CF. Grayscale: #595959. Windows color (decimal): -3463376 or 3155915. OLE color: 3155915.

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

Color convert

RGB 203 39 48 -
CMYK 0 0.81 0.76 0.20
HSL 356.71º 0.68% 0.47% -
HSV(B) 356.71º 0.81% 0.8% -
XYZ 25.89 14.36 4.2 -
YUV 89.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 203 39 48 0 0.81 0.76 0.20 356.71 0.68 0.47
Hex CB 27 30 0 51 4C 14 165 44 2F
Octal 313 47 60 0 121 114 24 545 104 57
Binary 11001011 100111 110000 0 1010001 1001100 10100 101100101 1000100 101111

Color Harmonies of #CB2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2730

Black with #CB2730

Text Example


Text Example

White with #CB2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2730; }

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

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

background-color css

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

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

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

border-color css

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

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

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