Html Css Color HEX #CB3035 Mahogany

📋 copy color: '#CB3035'

red 203 ◦ green 48 ◦ blue 53

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

Shades of Mahogany #CB3035

Tints of Mahogany #CB3035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 66.78%
G = 15.79%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB3035 (or 0xCB3035) is known color: Mahogany. HEX triplet: CB, 30 and 35. RGB value is (203,48,53). Sum of RGB (Red+Green+Blue) = 203+48+53=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3035 is #34CFCA. Grayscale: #5F5F5F. Windows color (decimal): -3461067 or 3485899. OLE color: 3485899.

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

Color convert

RGB 203 48 53 -
CMYK 0 0.76 0.74 0.20
HSL 358.06º 0.62% 0.49% -
HSV(B) 358.06º 0.76% 0.8% -
XYZ 26.33 15.07 4.89 -
YUV 94.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 203 48 53 0 0.76 0.74 0.20 358.06 0.62 0.49
Hex CB 30 35 0 4C 4A 14 166 3E 31
Octal 313 60 65 0 114 112 24 546 76 61
Binary 11001011 110000 110101 0 1001100 1001010 10100 101100110 111110 110001

Color Harmonies of #CB3035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3035

Black with #CB3035

Text Example


Text Example

White with #CB3035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3035; }

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

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

background-color css

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

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

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

border-color css

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

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

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