Html Css Color HEX #B34612 Rust

📋 copy color: '#B34612'

red 179 ◦ green 70 ◦ blue 18

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

Shades of Rust #B34612

Tints of Rust #B34612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

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

R = 67.04%
G = 26.22%
B = 6.74%

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

#B34612 (or 0xB34612) is known color: Rust. HEX triplet: B3, 46 and 12. RGB value is (179,70,18). Sum of RGB (Red+Green+Blue) = 179+70+18=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B34612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34612 is #4CB9ED. Grayscale: #606060. Windows color (decimal): -5028334 or 1197747. OLE color: 1197747.

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

Color convert

RGB 179 70 18 -
CMYK 0 0.61 0.90 0.30
HSL 19.38º 0.82% 0.39% -
HSV(B) 19.38º 0.9% 0.7% -
XYZ 20.89 14.01 2.18 -
YUV 96.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 179 70 18 0 0.61 0.90 0.30 19.38 0.82 0.39
Hex B3 46 12 0 3D 5A 1E 13 52 27
Octal 263 106 22 0 75 132 36 23 122 47
Binary 10110011 1000110 10010 0 111101 1011010 11110 10011 1010010 100111

Color Harmonies of #B34612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34612

Black with #B34612

Text Example


Text Example

White with #B34612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34612; }

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

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

background-color css

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

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

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

border-color css

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

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

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