Html Css Color HEX #B5430A Rust

📋 copy color: '#B5430A'

red 181 ◦ green 67 ◦ blue 10

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

Shades of Rust #B5430A

Tints of Rust #B5430A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 70.16%
G = 25.97%
B = 3.88%

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

#B5430A (or 0xB5430A) is known color: Rust. HEX triplet: B5, 43 and 0A. RGB value is (181,67,10). Sum of RGB (Red+Green+Blue) = 181+67+10=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5430A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5430A is #4ABCF5. Grayscale: #5E5E5E. Windows color (decimal): -4898038 or 672693. OLE color: 672693.

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

Color convert

RGB 181 67 10 -
CMYK 0 0.63 0.94 0.29
HSL 20º 0.9% 0.37% -
HSV(B) 20º 0.94% 0.71% -
XYZ 21.12 13.86 1.85 -
YUV 94.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 181 67 10 0 0.63 0.94 0.29 20 0.9 0.37
Hex B5 43 A 0 3F 5E 1D 14 5A 25
Octal 265 103 12 0 77 136 35 24 132 45
Binary 10110101 1000011 1010 0 111111 1011110 11101 10100 1011010 100101

Color Harmonies of #B5430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5430A

Black with #B5430A

Text Example


Text Example

White with #B5430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5430A; }

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

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

background-color css

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

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

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

border-color css

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

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

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