Html Css Color HEX #B43711 Rust

📋 copy color: '#B43711'

red 180 ◦ green 55 ◦ blue 17

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

Shades of Rust #B43711

Tints of Rust #B43711

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 71.43%
G = 21.83%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B43711 (or 0xB43711) is known color: Rust. HEX triplet: B4, 37 and 11. RGB value is (180,55,17). Sum of RGB (Red+Green+Blue) = 180+55+17=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B43711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43711 is #4BC8EE. Grayscale: #585858. Windows color (decimal): -4966639 or 1128372. OLE color: 1128372.

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

Color convert

RGB 180 55 17 -
CMYK 0 0.69 0.91 0.29
HSL 13.99º 0.83% 0.39% -
HSV(B) 13.99º 0.91% 0.71% -
XYZ 20.29 12.48 1.87 -
YUV 88.04 87.91 193.59 -
System Red Green Blue C M Y K H S L
Decimal 180 55 17 0 0.69 0.91 0.29 13.99 0.83 0.39
Hex B4 37 11 0 45 5B 1D E 53 27
Octal 264 67 21 0 105 133 35 16 123 47
Binary 10110100 110111 10001 0 1000101 1011011 11101 1110 1010011 100111

Color Harmonies of #B43711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43711

Black with #B43711

Text Example


Text Example

White with #B43711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43711; }

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

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

background-color css

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

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

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

border-color css

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

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

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