Html Css Color HEX #B53606 Rust

📋 copy color: '#B53606'

red 181 ◦ green 54 ◦ blue 6

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

Shades of Rust #B53606

Tints of Rust #B53606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 75.1%
G = 22.41%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B53606 (or 0xB53606) is known color: Rust. HEX triplet: B5, 36 and 06. RGB value is (181,54,6). Sum of RGB (Red+Green+Blue) = 181+54+6=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B53606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53606 is #4AC9F9. Grayscale: #565656. Windows color (decimal): -4901370 or 407221. OLE color: 407221.

HSL color Cylindrical-coordinate representation of color #B53606: hue angle of 16.46º 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 #B53606 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 54 6 -
CMYK 0 0.70 0.97 0.29
HSL 16.46º 0.94% 0.37% -
HSV(B) 16.46º 0.97% 0.71% -
XYZ 20.41 12.48 1.5 -
YUV 86.5 82.58 195.4 -
System Red Green Blue C M Y K H S L
Decimal 181 54 6 0 0.70 0.97 0.29 16.46 0.94 0.37
Hex B5 36 6 0 46 61 1D 10 5E 25
Octal 265 66 6 0 106 141 35 20 136 45
Binary 10110101 110110 110 0 1000110 1100001 11101 10000 1011110 100101

Color Harmonies of #B53606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53606

Black with #B53606

Text Example


Text Example

White with #B53606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53606; }

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

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

background-color css

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

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

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

border-color css

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

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

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