Html Css Color HEX #B34812 Rust

📋 copy color: '#B34812'

red 179 ◦ green 72 ◦ blue 18

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

Shades of Rust #B34812

Tints of Rust #B34812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.77%

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

R = 66.54%
G = 26.77%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B34812 (or 0xB34812) is known color: Rust. HEX triplet: B3, 48 and 12. RGB value is (179,72,18). Sum of RGB (Red+Green+Blue) = 179+72+18=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34812 is #4CB7ED. Grayscale: #626262. Windows color (decimal): -5027822 or 1198259. OLE color: 1198259.

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

Color convert

RGB 179 72 18 -
CMYK 0 0.60 0.90 0.30
HSL 20.12º 0.82% 0.39% -
HSV(B) 20.12º 0.9% 0.7% -
XYZ 21.02 14.26 2.22 -
YUV 97.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 179 72 18 0 0.60 0.90 0.30 20.12 0.82 0.39
Hex B3 48 12 0 3C 5A 1E 14 52 27
Octal 263 110 22 0 74 132 36 24 122 47
Binary 10110011 1001000 10010 0 111100 1011010 11110 10100 1010010 100111

Color Harmonies of #B34812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34812

Black with #B34812

Text Example


Text Example

White with #B34812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34812; }

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

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

background-color css

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

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

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

border-color css

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

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

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