Html Css Color HEX #B43611 Rust

📋 copy color: '#B43611'

red 180 ◦ green 54 ◦ blue 17

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

Shades of Rust #B43611

Tints of Rust #B43611

RGB

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

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

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

R = 71.71%
G = 21.51%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B43611 (or 0xB43611) is known color: Rust. HEX triplet: B4, 36 and 11. RGB value is (180,54,17). Sum of RGB (Red+Green+Blue) = 180+54+17=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43611 is #4BC9EE. Grayscale: #575757. Windows color (decimal): -4966895 or 1128116. OLE color: 1128116.

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

Color convert

RGB 180 54 17 -
CMYK 0 0.7 0.91 0.29
HSL 13.62º 0.83% 0.39% -
HSV(B) 13.62º 0.91% 0.71% -
XYZ 20.24 12.38 1.85 -
YUV 87.46 88.24 194.01 -
System Red Green Blue C M Y K H S L
Decimal 180 54 17 0 0.7 0.91 0.29 13.62 0.83 0.39
Hex B4 36 11 0 46 5B 1D E 53 27
Octal 264 66 21 0 106 133 35 16 123 47
Binary 10110100 110110 10001 0 1000110 1011011 11101 1110 1010011 100111

Color Harmonies of #B43611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43611

Black with #B43611

Text Example


Text Example

White with #B43611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43611; }

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

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

background-color css

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

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

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

border-color css

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

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

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