Html Css Color HEX #CB252B Mahogany

📋 copy color: '#CB252B'

red 203 ◦ green 37 ◦ blue 43

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

Shades of Mahogany #CB252B

Tints of Mahogany #CB252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.07%

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

R = 71.73%
G = 13.07%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB252B (or 0xCB252B) is known color: Mahogany. HEX triplet: CB, 25 and 2B. RGB value is (203,37,43). Sum of RGB (Red+Green+Blue) = 203+37+43=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB252B is #34DAD4. Grayscale: #575757. Windows color (decimal): -3463893 or 2827723. OLE color: 2827723.

HSL color Cylindrical-coordinate representation of color #CB252B: hue angle of 357.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB252B is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 43 -
CMYK 0 0.82 0.79 0.20
HSL 357.83º 0.69% 0.47% -
HSV(B) 357.83º 0.82% 0.8% -
XYZ 25.73 14.19 3.67 -
YUV 87.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 203 37 43 0 0.82 0.79 0.20 357.83 0.69 0.47
Hex CB 25 2B 0 52 4F 14 166 45 2F
Octal 313 45 53 0 122 117 24 546 105 57
Binary 11001011 100101 101011 0 1010010 1001111 10100 101100110 1000101 101111

Color Harmonies of #CB252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB252B

Black with #CB252B

Text Example


Text Example

White with #CB252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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