Html Css Color HEX #B5400B Rust

📋 copy color: '#B5400B'

red 181 ◦ green 64 ◦ blue 11

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

Shades of Rust #B5400B

Tints of Rust #B5400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 70.7%
G = 25%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5400B (or 0xB5400B) is known color: Rust. HEX triplet: B5, 40 and 0B. RGB value is (181,64,11). Sum of RGB (Red+Green+Blue) = 181+64+11=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B5400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5400B is #4ABFF4. Grayscale: #5D5D5D. Windows color (decimal): -4898805 or 737461. OLE color: 737461.

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

Color convert

RGB 181 64 11 -
CMYK 0 0.65 0.94 0.29
HSL 18.71º 0.89% 0.38% -
HSV(B) 18.71º 0.94% 0.71% -
XYZ 20.95 13.51 1.82 -
YUV 92.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 181 64 11 0 0.65 0.94 0.29 18.71 0.89 0.38
Hex B5 40 B 0 41 5E 1D 13 59 26
Octal 265 100 13 0 101 136 35 23 131 46
Binary 10110101 1000000 1011 0 1000001 1011110 11101 10011 1011001 100110

Color Harmonies of #B5400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5400B

Black with #B5400B

Text Example


Text Example

White with #B5400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5400B; }

 p { color: rgb(181,64,11); }

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

background-color css

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

 a { background-color: rgb(181,64,11); }

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

border-color css

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

 span { border-color: rgb(181,64,11); }

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