Html Css Color HEX #CB3238 Mahogany

📋 copy color: '#CB3238'

red 203 ◦ green 50 ◦ blue 56

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

Shades of Mahogany #CB3238

Tints of Mahogany #CB3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 65.7%
G = 16.18%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB3238 (or 0xCB3238) is known color: Mahogany. HEX triplet: CB, 32 and 38. RGB value is (203,50,56). Sum of RGB (Red+Green+Blue) = 203+50+56=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3238 is #34CDC7. Grayscale: #606060. Windows color (decimal): -3460552 or 3683019. OLE color: 3683019.

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

Color convert

RGB 203 50 56 -
CMYK 0 0.75 0.72 0.20
HSL 357.65º 0.6% 0.5% -
HSV(B) 357.65º 0.75% 0.8% -
XYZ 26.48 15.26 5.29 -
YUV 96.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 203 50 56 0 0.75 0.72 0.20 357.65 0.6 0.5
Hex CB 32 38 0 4B 48 14 166 3C 32
Octal 313 62 70 0 113 110 24 546 74 62
Binary 11001011 110010 111000 0 1001011 1001000 10100 101100110 111100 110010

Color Harmonies of #CB3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3238

Black with #CB3238

Text Example


Text Example

White with #CB3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3238; }

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

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

background-color css

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

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

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

border-color css

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

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

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