Html Css Color HEX #B43912 Rust

📋 copy color: '#B43912'

red 180 ◦ green 57 ◦ blue 18

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

Shades of Rust #B43912

Tints of Rust #B43912

RGB

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

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

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

R = 70.59%
G = 22.35%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B43912 (or 0xB43912) is known color: Rust. HEX triplet: B4, 39 and 12. RGB value is (180,57,18). Sum of RGB (Red+Green+Blue) = 180+57+18=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B43912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43912 is #4BC6ED. Grayscale: #595959. Windows color (decimal): -4966126 or 1194420. OLE color: 1194420.

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

Color convert

RGB 180 57 18 -
CMYK 0 0.68 0.9 0.29
HSL 14.44º 0.82% 0.39% -
HSV(B) 14.44º 0.9% 0.71% -
XYZ 20.39 12.67 1.94 -
YUV 89.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 180 57 18 0 0.68 0.9 0.29 14.44 0.82 0.39
Hex B4 39 12 0 44 5A 1D E 52 27
Octal 264 71 22 0 104 132 35 16 122 47
Binary 10110100 111001 10010 0 1000100 1011010 11101 1110 1010010 100111

Color Harmonies of #B43912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43912

Black with #B43912

Text Example


Text Example

White with #B43912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43912; }

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

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

background-color css

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

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

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

border-color css

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

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

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