Html Css Color HEX #B23C3D Mahogany

📋 copy color: '#B23C3D'

red 178 ◦ green 60 ◦ blue 61

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

Shades of Mahogany #B23C3D

Tints of Mahogany #B23C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.07%

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 59.53%
G = 20.07%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B23C3D (or 0xB23C3D) is known color: Mahogany. HEX triplet: B2, 3C and 3D. RGB value is (178,60,61). Sum of RGB (Red+Green+Blue) = 178+60+61=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C3D is #4DC3C2. Grayscale: #5F5F5F. Windows color (decimal): -5096387 or 4013234. OLE color: 4013234.

HSL color Cylindrical-coordinate representation of color #B23C3D: hue angle of 359.49º degrees, saturation: 0.5, 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 #B23C3D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 60 61 -
CMYK 0 0.66 0.66 0.30
HSL 359.49º 0.5% 0.47% -
HSV(B) 359.49º 0.66% 0.7% -
XYZ 20.82 13.03 5.83 -
YUV 95.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 178 60 61 0 0.66 0.66 0.30 359.49 0.5 0.47
Hex B2 3C 3D 0 42 42 1E 167 32 2F
Octal 262 74 75 0 102 102 36 547 62 57
Binary 10110010 111100 111101 0 1000010 1000010 11110 101100111 110010 101111

Color Harmonies of #B23C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23C3D

Black with #B23C3D

Text Example


Text Example

White with #B23C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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