Html Css Color HEX #B5330B Rust

📋 copy color: '#B5330B'

red 181 ◦ green 51 ◦ blue 11

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

Shades of Rust #B5330B

Tints of Rust #B5330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

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

R = 74.49%
G = 20.99%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5330B (or 0xB5330B) is known color: Rust. HEX triplet: B5, 33 and 0B. RGB value is (181,51,11). Sum of RGB (Red+Green+Blue) = 181+51+11=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B5330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5330B is #4ACCF4. Grayscale: #555555. Windows color (decimal): -4902133 or 734133. OLE color: 734133.

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

Color convert

RGB 181 51 11 -
CMYK 0 0.72 0.94 0.29
HSL 14.12º 0.89% 0.38% -
HSV(B) 14.12º 0.94% 0.71% -
XYZ 20.3 12.22 1.6 -
YUV 85.31 86.07 196.25 -
System Red Green Blue C M Y K H S L
Decimal 181 51 11 0 0.72 0.94 0.29 14.12 0.89 0.38
Hex B5 33 B 0 48 5E 1D E 59 26
Octal 265 63 13 0 110 136 35 16 131 46
Binary 10110101 110011 1011 0 1001000 1011110 11101 1110 1011001 100110

Color Harmonies of #B5330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5330B

Black with #B5330B

Text Example


Text Example

White with #B5330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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