Html Css Color HEX #B43916 Rust

📋 copy color: '#B43916'

red 180 ◦ green 57 ◦ blue 22

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

Shades of Rust #B43916

Tints of Rust #B43916

RGB

 RED value IS 180 (70.7% from 255) = 69.5%

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 69.5%
G = 22.01%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B43916 (or 0xB43916) is known color: Rust. HEX triplet: B4, 39 and 16. RGB value is (180,57,22). Sum of RGB (Red+Green+Blue) = 180+57+22=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B43916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43916 is #4BC6E9. Grayscale: #5A5A5A. Windows color (decimal): -4966122 or 1456564. OLE color: 1456564.

HSL color Cylindrical-coordinate representation of color #B43916: hue angle of 13.29º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B43916 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 57 22 -
CMYK 0 0.68 0.88 0.29
HSL 13.29º 0.78% 0.4% -
HSV(B) 13.29º 0.88% 0.71% -
XYZ 20.43 12.69 2.13 -
YUV 89.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 180 57 22 0 0.68 0.88 0.29 13.29 0.78 0.4
Hex B4 39 16 0 44 58 1D D 4E 28
Octal 264 71 26 0 104 130 35 15 116 50
Binary 10110100 111001 10110 0 1000100 1011000 11101 1101 1001110 101000

Color Harmonies of #B43916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43916

Black with #B43916

Text Example


Text Example

White with #B43916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43916; }

 p { color: rgb(180,57,22); }

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

background-color css

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

 a { background-color: rgb(180,57,22); }

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

border-color css

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

 span { border-color: rgb(180,57,22); }

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