Html Css Color HEX #B23435 Mahogany

📋 copy color: '#B23435'

red 178 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #B23435

Tints of Mahogany #B23435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 62.9%
G = 18.37%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B23435 (or 0xB23435) is known color: Mahogany. HEX triplet: B2, 34 and 35. RGB value is (178,52,53). Sum of RGB (Red+Green+Blue) = 178+52+53=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23435 is #4DCBCA. Grayscale: #595959. Windows color (decimal): -5098443 or 3486898. OLE color: 3486898.

HSL color Cylindrical-coordinate representation of color #B23435: hue angle of 359.52º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23435 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 52 53 -
CMYK 0 0.71 0.70 0.30
HSL 359.52º 0.55% 0.45% -
HSV(B) 359.52º 0.71% 0.7% -
XYZ 20.23 12.18 4.65 -
YUV 89.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 178 52 53 0 0.71 0.70 0.30 359.52 0.55 0.45
Hex B2 34 35 0 47 46 1E 168 37 2D
Octal 262 64 65 0 107 106 36 550 67 55
Binary 10110010 110100 110101 0 1000111 1000110 11110 101101000 110111 101101

Color Harmonies of #B23435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23435

Black with #B23435

Text Example


Text Example

White with #B23435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23435; }

 p { color: rgb(178,52,53); }

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

background-color css

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

 a { background-color: rgb(178,52,53); }

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

border-color css

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

 span { border-color: rgb(178,52,53); }

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