Html Css Color HEX #B63435 Mahogany

📋 copy color: '#B63435'

red 182 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #B63435

Tints of Mahogany #B63435

RGB

 RED value IS 182 (71.48% from 255) = 63.41%

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

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

R = 63.41%
G = 18.12%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B63435 (or 0xB63435) is known color: Mahogany. HEX triplet: B6, 34 and 35. RGB value is (182,52,53). Sum of RGB (Red+Green+Blue) = 182+52+53=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63435 is #49CBCA. Grayscale: #5B5B5B. Windows color (decimal): -4836299 or 3486902. OLE color: 3486902.

HSL color Cylindrical-coordinate representation of color #B63435: hue angle of 359.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63435 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 53 -
CMYK 0 0.71 0.71 0.29
HSL 359.54º 0.56% 0.46% -
HSV(B) 359.54º 0.71% 0.71% -
XYZ 21.16 12.66 4.7 -
YUV 90.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 182 52 53 0 0.71 0.71 0.29 359.54 0.56 0.46
Hex B6 34 35 0 47 47 1D 168 38 2E
Octal 266 64 65 0 107 107 35 550 70 56
Binary 10110110 110100 110101 0 1000111 1000111 11101 101101000 111000 101110

Color Harmonies of #B63435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63435

Black with #B63435

Text Example


Text Example

White with #B63435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63435; }

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

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

background-color css

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

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

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

border-color css

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

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

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