Html Css Color HEX #B53106 Rust

📋 copy color: '#B53106'

red 181 ◦ green 49 ◦ blue 6

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

Shades of Rust #B53106

Tints of Rust #B53106

RGB

 RED value IS 181 (71.09% from 255) = 76.69%

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 6 (2.73% from 255) = 2.54%

R = 76.69%
G = 20.76%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B53106 (or 0xB53106) is known color: Rust. HEX triplet: B5, 31 and 06. RGB value is (181,49,6). Sum of RGB (Red+Green+Blue) = 181+49+6=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B53106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53106 is #4ACEF9. Grayscale: #535353. Windows color (decimal): -4902650 or 405941. OLE color: 405941.

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

Color convert

RGB 181 49 6 -
CMYK 0 0.73 0.97 0.29
HSL 14.74º 0.94% 0.37% -
HSV(B) 14.74º 0.97% 0.71% -
XYZ 20.19 12.03 1.43 -
YUV 83.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 181 49 6 0 0.73 0.97 0.29 14.74 0.94 0.37
Hex B5 31 6 0 49 61 1D F 5E 25
Octal 265 61 6 0 111 141 35 17 136 45
Binary 10110101 110001 110 0 1001001 1100001 11101 1111 1011110 100101

Color Harmonies of #B53106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53106

Black with #B53106

Text Example


Text Example

White with #B53106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53106; }

 p { color: rgb(181,49,6); }

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

background-color css

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

 a { background-color: rgb(181,49,6); }

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

border-color css

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

 span { border-color: rgb(181,49,6); }

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