Html Css Color HEX #CB2E3A Mahogany

📋 copy color: '#CB2E3A'

red 203 ◦ green 46 ◦ blue 58

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

Shades of Mahogany #CB2E3A

Tints of Mahogany #CB2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 66.12%
G = 14.98%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB2E3A (or 0xCB2E3A) is known color: Mahogany. HEX triplet: CB, 2E and 3A. RGB value is (203,46,58). Sum of RGB (Red+Green+Blue) = 203+46+58=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2E3A is #34D1C5. Grayscale: #5E5E5E. Windows color (decimal): -3461574 or 3813067. OLE color: 3813067.

HSL color Cylindrical-coordinate representation of color #CB2E3A: hue angle of 355.41º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E3A is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 58 -
CMYK 0 0.77 0.71 0.20
HSL 355.41º 0.63% 0.49% -
HSV(B) 355.41º 0.77% 0.8% -
XYZ 26.37 14.96 5.5 -
YUV 94.31 107.51 205.52 -
System Red Green Blue C M Y K H S L
Decimal 203 46 58 0 0.77 0.71 0.20 355.41 0.63 0.49
Hex CB 2E 3A 0 4D 47 14 163 3F 31
Octal 313 56 72 0 115 107 24 543 77 61
Binary 11001011 101110 111010 0 1001101 1000111 10100 101100011 111111 110001

Color Harmonies of #CB2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E3A

Black with #CB2E3A

Text Example


Text Example

White with #CB2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E3A; }

 p { color: rgb(203,46,58); }

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

background-color css

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

 a { background-color: rgb(203,46,58); }

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

border-color css

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

 span { border-color: rgb(203,46,58); }

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