Html Css Color HEX #B5430B Rust

📋 copy color: '#B5430B'

red 181 ◦ green 67 ◦ blue 11

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

Shades of Rust #B5430B

Tints of Rust #B5430B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

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

R = 69.88%
G = 25.87%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5430B (or 0xB5430B) is known color: Rust. HEX triplet: B5, 43 and 0B. RGB value is (181,67,11). Sum of RGB (Red+Green+Blue) = 181+67+11=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5430B is #4ABCF4. Grayscale: #5F5F5F. Windows color (decimal): -4898037 or 738229. OLE color: 738229.

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

Color convert

RGB 181 67 11 -
CMYK 0 0.63 0.94 0.29
HSL 19.76º 0.89% 0.38% -
HSV(B) 19.76º 0.94% 0.71% -
XYZ 21.12 13.86 1.88 -
YUV 94.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 181 67 11 0 0.63 0.94 0.29 19.76 0.89 0.38
Hex B5 43 B 0 3F 5E 1D 14 59 26
Octal 265 103 13 0 77 136 35 24 131 46
Binary 10110101 1000011 1011 0 111111 1011110 11101 10100 1011001 100110

Color Harmonies of #B5430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5430B

Black with #B5430B

Text Example


Text Example

White with #B5430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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