Html Css Color HEX #B53406 Rust

📋 copy color: '#B53406'

red 181 ◦ green 52 ◦ blue 6

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

Shades of Rust #B53406

Tints of Rust #B53406

RGB

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

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

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

R = 75.73%
G = 21.76%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B53406 (or 0xB53406) is known color: Rust. HEX triplet: B5, 34 and 06. RGB value is (181,52,6). Sum of RGB (Red+Green+Blue) = 181+52+6=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B53406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53406 is #4ACBF9. Grayscale: #555555. Windows color (decimal): -4901882 or 406709. OLE color: 406709.

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

Color convert

RGB 181 52 6 -
CMYK 0 0.71 0.97 0.29
HSL 15.77º 0.94% 0.37% -
HSV(B) 15.77º 0.97% 0.71% -
XYZ 20.32 12.29 1.47 -
YUV 85.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 181 52 6 0 0.71 0.97 0.29 15.77 0.94 0.37
Hex B5 34 6 0 47 61 1D 10 5E 25
Octal 265 64 6 0 107 141 35 20 136 45
Binary 10110101 110100 110 0 1000111 1100001 11101 10000 1011110 100101

Color Harmonies of #B53406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53406

Black with #B53406

Text Example


Text Example

White with #B53406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53406; }

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

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

background-color css

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

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

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

border-color css

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

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

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