Html Css Color HEX #CB3038 Mahogany

📋 copy color: '#CB3038'

red 203 ◦ green 48 ◦ blue 56

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

Shades of Mahogany #CB3038

Tints of Mahogany #CB3038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 66.12%
G = 15.64%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3038 (or 0xCB3038) is known color: Mahogany. HEX triplet: CB, 30 and 38. RGB value is (203,48,56). Sum of RGB (Red+Green+Blue) = 203+48+56=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3038 is #34CFC7. Grayscale: #5F5F5F. Windows color (decimal): -3461064 or 3682507. OLE color: 3682507.

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

Color convert

RGB 203 48 56 -
CMYK 0 0.76 0.72 0.20
HSL 356.9º 0.62% 0.49% -
HSV(B) 356.9º 0.76% 0.8% -
XYZ 26.4 15.1 5.26 -
YUV 95.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 203 48 56 0 0.76 0.72 0.20 356.9 0.62 0.49
Hex CB 30 38 0 4C 48 14 165 3E 31
Octal 313 60 70 0 114 110 24 545 76 61
Binary 11001011 110000 111000 0 1001100 1001000 10100 101100101 111110 110001

Color Harmonies of #CB3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3038

Black with #CB3038

Text Example


Text Example

White with #CB3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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