Html Css Color HEX #B43616 Rust

📋 copy color: '#B43616'

red 180 ◦ green 54 ◦ blue 22

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

Shades of Rust #B43616

Tints of Rust #B43616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 70.31%
G = 21.09%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B43616 (or 0xB43616) is known color: Rust. HEX triplet: B4, 36 and 16. RGB value is (180,54,22). Sum of RGB (Red+Green+Blue) = 180+54+22=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B43616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43616 is #4BC9E9. Grayscale: #585858. Windows color (decimal): -4966890 or 1455796. OLE color: 1455796.

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

Color convert

RGB 180 54 22 -
CMYK 0 0.7 0.88 0.29
HSL 12.15º 0.78% 0.4% -
HSV(B) 12.15º 0.88% 0.71% -
XYZ 20.29 12.4 2.08 -
YUV 88.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 180 54 22 0 0.7 0.88 0.29 12.15 0.78 0.4
Hex B4 36 16 0 46 58 1D C 4E 28
Octal 264 66 26 0 106 130 35 14 116 50
Binary 10110100 110110 10110 0 1000110 1011000 11101 1100 1001110 101000

Color Harmonies of #B43616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43616

Black with #B43616

Text Example


Text Example

White with #B43616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43616; }

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

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

background-color css

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

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

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

border-color css

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

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

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