Html Css Color HEX #B23D3E Mahogany

📋 copy color: '#B23D3E'

red 178 ◦ green 61 ◦ blue 62

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

Shades of Mahogany #B23D3E

Tints of Mahogany #B23D3E

RGB

 RED value IS 178 (69.92% from 255) = 59.14%

 GREEN value IS 61 (24.22% from 255) = 20.27%

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 59.14%
G = 20.27%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B23D3E (or 0xB23D3E) is known color: Mahogany. HEX triplet: B2, 3D and 3E. RGB value is (178,61,62). Sum of RGB (Red+Green+Blue) = 178+61+62=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D3E is #4DC2C1. Grayscale: #606060. Windows color (decimal): -5096130 or 4079026. OLE color: 4079026.

HSL color Cylindrical-coordinate representation of color #B23D3E: hue angle of 359.49º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D3E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 62 -
CMYK 0 0.66 0.65 0.30
HSL 359.49º 0.49% 0.47% -
HSV(B) 359.49º 0.66% 0.7% -
XYZ 20.9 13.15 5.99 -
YUV 96.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 178 61 62 0 0.66 0.65 0.30 359.49 0.49 0.47
Hex B2 3D 3E 0 42 41 1E 167 31 2F
Octal 262 75 76 0 102 101 36 547 61 57
Binary 10110010 111101 111110 0 1000010 1000001 11110 101100111 110001 101111

Color Harmonies of #B23D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D3E

Black with #B23D3E

Text Example


Text Example

White with #B23D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D3E; }

 p { color: rgb(178,61,62); }

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

background-color css

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

 a { background-color: rgb(178,61,62); }

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

border-color css

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

 span { border-color: rgb(178,61,62); }

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