Html Css Color HEX #B43512 Rust

📋 copy color: '#B43512'

red 180 ◦ green 53 ◦ blue 18

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

Shades of Rust #B43512

Tints of Rust #B43512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 71.71%
G = 21.12%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B43512 (or 0xB43512) is known color: Rust. HEX triplet: B4, 35 and 12. RGB value is (180,53,18). Sum of RGB (Red+Green+Blue) = 180+53+18=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43512 is #4BCAED. Grayscale: #575757. Windows color (decimal): -4967150 or 1193396. OLE color: 1193396.

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

Color convert

RGB 180 53 18 -
CMYK 0 0.71 0.9 0.29
HSL 12.96º 0.82% 0.39% -
HSV(B) 12.96º 0.9% 0.71% -
XYZ 20.2 12.29 1.88 -
YUV 86.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 180 53 18 0 0.71 0.9 0.29 12.96 0.82 0.39
Hex B4 35 12 0 47 5A 1D D 52 27
Octal 264 65 22 0 107 132 35 15 122 47
Binary 10110100 110101 10010 0 1000111 1011010 11101 1101 1010010 100111

Color Harmonies of #B43512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43512

Black with #B43512

Text Example


Text Example

White with #B43512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43512; }

 p { color: rgb(180,53,18); }

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

background-color css

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

 a { background-color: rgb(180,53,18); }

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

border-color css

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

 span { border-color: rgb(180,53,18); }

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