Html Css Color HEX #B34512 Rust

📋 copy color: '#B34512'

red 179 ◦ green 69 ◦ blue 18

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

Shades of Rust #B34512

Tints of Rust #B34512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 67.29%
G = 25.94%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B34512 (or 0xB34512) is known color: Rust. HEX triplet: B3, 45 and 12. RGB value is (179,69,18). Sum of RGB (Red+Green+Blue) = 179+69+18=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B34512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34512 is #4CBAED. Grayscale: #606060. Windows color (decimal): -5028590 or 1197491. OLE color: 1197491.

HSL color Cylindrical-coordinate representation of color #B34512: hue angle of 19.01º 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 #B34512 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 18 -
CMYK 0 0.61 0.90 0.30
HSL 19.01º 0.82% 0.39% -
HSV(B) 19.01º 0.9% 0.7% -
XYZ 20.83 13.88 2.15 -
YUV 96.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 179 69 18 0 0.61 0.90 0.30 19.01 0.82 0.39
Hex B3 45 12 0 3D 5A 1E 13 52 27
Octal 263 105 22 0 75 132 36 23 122 47
Binary 10110011 1000101 10010 0 111101 1011010 11110 10011 1010010 100111

Color Harmonies of #B34512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34512

Black with #B34512

Text Example


Text Example

White with #B34512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34512; }

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

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

background-color css

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

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

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

border-color css

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

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

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