Html Css Color HEX #B43116 Rust

📋 copy color: '#B43116'

red 180 ◦ green 49 ◦ blue 22

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

Shades of Rust #B43116

Tints of Rust #B43116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

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

R = 71.71%
G = 19.52%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B43116 (or 0xB43116) is known color: Rust. HEX triplet: B4, 31 and 16. RGB value is (180,49,22). Sum of RGB (Red+Green+Blue) = 180+49+22=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43116 is #4BCEE9. Grayscale: #555555. Windows color (decimal): -4968170 or 1454516. OLE color: 1454516.

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

Color convert

RGB 180 49 22 -
CMYK 0 0.73 0.88 0.29
HSL 10.25º 0.78% 0.4% -
HSV(B) 10.25º 0.88% 0.71% -
XYZ 20.07 11.96 2.01 -
YUV 85.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 180 49 22 0 0.73 0.88 0.29 10.25 0.78 0.4
Hex B4 31 16 0 49 58 1D A 4E 28
Octal 264 61 26 0 111 130 35 12 116 50
Binary 10110100 110001 10110 0 1001001 1011000 11101 1010 1001110 101000

Color Harmonies of #B43116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43116

Black with #B43116

Text Example


Text Example

White with #B43116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43116; }

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

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

background-color css

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

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

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

border-color css

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

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

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