Html Css Color HEX #CB282B Mahogany

📋 copy color: '#CB282B'

red 203 ◦ green 40 ◦ blue 43

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

Shades of Mahogany #CB282B

Tints of Mahogany #CB282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.03%

R = 70.98%
G = 13.99%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB282B (or 0xCB282B) is known color: Mahogany. HEX triplet: CB, 28 and 2B. RGB value is (203,40,43). Sum of RGB (Red+Green+Blue) = 203+40+43=286 (37% of max value = 765). Red value is 203 (79.69% from 255 or 70.98% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 203 - color contains mainly: red. Hex color #CB282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB282B is #34D7D4. Grayscale: #595959. Windows color (decimal): -3463125 or 2828491. OLE color: 2828491.

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

Color convert

RGB 203 40 43 -
CMYK 0 0.80 0.79 0.20
HSL 358.9º 0.67% 0.48% -
HSV(B) 358.9º 0.8% 0.8% -
XYZ 25.82 14.39 3.7 -
YUV 89.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 203 40 43 0 0.80 0.79 0.20 358.9 0.67 0.48
Hex CB 28 2B 0 50 4F 14 167 43 30
Octal 313 50 53 0 120 117 24 547 103 60
Binary 11001011 101000 101011 0 1010000 1001111 10100 101100111 1000011 110000

Color Harmonies of #CB282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB282B

Black with #CB282B

Text Example


Text Example

White with #CB282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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