Html Css Color HEX #B43911 Rust

📋 copy color: '#B43911'

red 180 ◦ green 57 ◦ blue 17

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

Shades of Rust #B43911

Tints of Rust #B43911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.69%

R = 70.87%
G = 22.44%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B43911 (or 0xB43911) is known color: Rust. HEX triplet: B4, 39 and 11. RGB value is (180,57,17). Sum of RGB (Red+Green+Blue) = 180+57+17=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43911 is #4BC6EE. Grayscale: #595959. Windows color (decimal): -4966127 or 1128884. OLE color: 1128884.

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

Color convert

RGB 180 57 17 -
CMYK 0 0.68 0.91 0.29
HSL 14.72º 0.83% 0.39% -
HSV(B) 14.72º 0.91% 0.71% -
XYZ 20.39 12.67 1.9 -
YUV 89.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 180 57 17 0 0.68 0.91 0.29 14.72 0.83 0.39
Hex B4 39 11 0 44 5B 1D F 53 27
Octal 264 71 21 0 104 133 35 17 123 47
Binary 10110100 111001 10001 0 1000100 1011011 11101 1111 1010011 100111

Color Harmonies of #B43911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43911

Black with #B43911

Text Example


Text Example

White with #B43911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43911; }

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

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

background-color css

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

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

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

border-color css

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

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

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