Html Css Color HEX #CB262C Mahogany

📋 copy color: '#CB262C'

red 203 ◦ green 38 ◦ blue 44

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

Shades of Mahogany #CB262C

Tints of Mahogany #CB262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.33%

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 71.23%
G = 13.33%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CB262C (or 0xCB262C) is known color: Mahogany. HEX triplet: CB, 26 and 2C. RGB value is (203,38,44). Sum of RGB (Red+Green+Blue) = 203+38+44=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB262C is #34D9D3. Grayscale: #585858. Windows color (decimal): -3463636 or 2893515. OLE color: 2893515.

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

Color convert

RGB 203 38 44 -
CMYK 0 0.81 0.78 0.20
HSL 357.82º 0.68% 0.47% -
HSV(B) 357.82º 0.81% 0.8% -
XYZ 25.78 14.26 3.78 -
YUV 88.02 103.16 210.01 -
System Red Green Blue C M Y K H S L
Decimal 203 38 44 0 0.81 0.78 0.20 357.82 0.68 0.47
Hex CB 26 2C 0 51 4E 14 166 44 2F
Octal 313 46 54 0 121 116 24 546 104 57
Binary 11001011 100110 101100 0 1010001 1001110 10100 101100110 1000100 101111

Color Harmonies of #CB262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB262C

Black with #CB262C

Text Example


Text Example

White with #CB262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB262C; }

 p { color: rgb(203,38,44); }

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

background-color css

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

 a { background-color: rgb(203,38,44); }

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

border-color css

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

 span { border-color: rgb(203,38,44); }

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