Html Css Color HEX #B5430F Rust

📋 copy color: '#B5430F'

red 181 ◦ green 67 ◦ blue 15

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

Shades of Rust #B5430F

Tints of Rust #B5430F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 68.82%
G = 25.48%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5430F (or 0xB5430F) is known color: Rust. HEX triplet: B5, 43 and 0F. RGB value is (181,67,15). Sum of RGB (Red+Green+Blue) = 181+67+15=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5430F is #4ABCF0. Grayscale: #5F5F5F. Windows color (decimal): -4898033 or 1000373. OLE color: 1000373.

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

Color convert

RGB 181 67 15 -
CMYK 0 0.63 0.92 0.29
HSL 18.8º 0.85% 0.38% -
HSV(B) 18.8º 0.92% 0.71% -
XYZ 21.15 13.87 2.01 -
YUV 95.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 181 67 15 0 0.63 0.92 0.29 18.8 0.85 0.38
Hex B5 43 F 0 3F 5C 1D 13 55 26
Octal 265 103 17 0 77 134 35 23 125 46
Binary 10110101 1000011 1111 0 111111 1011100 11101 10011 1010101 100110

Color Harmonies of #B5430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5430F

Black with #B5430F

Text Example


Text Example

White with #B5430F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5430F; }

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

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

background-color css

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

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

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

border-color css

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

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

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