Html Css Color HEX #B34A12 Rust

📋 copy color: '#B34A12'

red 179 ◦ green 74 ◦ blue 18

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

Shades of Rust #B34A12

Tints of Rust #B34A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.31%

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

R = 66.05%
G = 27.31%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B34A12 (or 0xB34A12) is known color: Rust. HEX triplet: B3, 4A and 12. RGB value is (179,74,18). Sum of RGB (Red+Green+Blue) = 179+74+18=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A12 is #4CB5ED. Grayscale: #636363. Windows color (decimal): -5027310 or 1198771. OLE color: 1198771.

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

Color convert

RGB 179 74 18 -
CMYK 0 0.59 0.90 0.30
HSL 20.87º 0.82% 0.39% -
HSV(B) 20.87º 0.9% 0.7% -
XYZ 21.15 14.52 2.26 -
YUV 99.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 179 74 18 0 0.59 0.90 0.30 20.87 0.82 0.39
Hex B3 4A 12 0 3B 5A 1E 15 52 27
Octal 263 112 22 0 73 132 36 25 122 47
Binary 10110011 1001010 10010 0 111011 1011010 11110 10101 1010010 100111

Color Harmonies of #B34A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A12

Black with #B34A12

Text Example


Text Example

White with #B34A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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