Html Css Color HEX #B34412 Rust

📋 copy color: '#B34412'

red 179 ◦ green 68 ◦ blue 18

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

Shades of Rust #B34412

Tints of Rust #B34412

RGB

 RED value IS 179 (70.31% from 255) = 67.55%

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 67.55%
G = 25.66%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B34412 (or 0xB34412) is known color: Rust. HEX triplet: B3, 44 and 12. RGB value is (179,68,18). Sum of RGB (Red+Green+Blue) = 179+68+18=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B34412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34412 is #4CBBED. Grayscale: #5F5F5F. Windows color (decimal): -5028846 or 1197235. OLE color: 1197235.

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

Color convert

RGB 179 68 18 -
CMYK 0 0.62 0.90 0.30
HSL 18.63º 0.82% 0.39% -
HSV(B) 18.63º 0.9% 0.7% -
XYZ 20.77 13.76 2.13 -
YUV 95.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 179 68 18 0 0.62 0.90 0.30 18.63 0.82 0.39
Hex B3 44 12 0 3E 5A 1E 13 52 27
Octal 263 104 22 0 76 132 36 23 122 47
Binary 10110011 1000100 10010 0 111110 1011010 11110 10011 1010010 100111

Color Harmonies of #B34412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34412

Black with #B34412

Text Example


Text Example

White with #B34412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34412; }

 p { color: rgb(179,68,18); }

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

background-color css

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

 a { background-color: rgb(179,68,18); }

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

border-color css

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

 span { border-color: rgb(179,68,18); }

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