Html Css Color HEX #B34214 Rust

📋 copy color: '#B34214'

red 179 ◦ green 66 ◦ blue 20

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

Shades of Rust #B34214

Tints of Rust #B34214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 67.55%
G = 24.91%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B34214 (or 0xB34214) is known color: Rust. HEX triplet: B3, 42 and 14. RGB value is (179,66,20). Sum of RGB (Red+Green+Blue) = 179+66+20=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B34214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34214 is #4CBDEB. Grayscale: #5E5E5E. Windows color (decimal): -5029356 or 1327795. OLE color: 1327795.

HSL color Cylindrical-coordinate representation of color #B34214: hue angle of 17.36º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B34214 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 20 -
CMYK 0 0.63 0.89 0.30
HSL 17.36º 0.8% 0.39% -
HSV(B) 17.36º 0.89% 0.7% -
XYZ 20.66 13.53 2.18 -
YUV 94.54 85.94 188.24 -
System Red Green Blue C M Y K H S L
Decimal 179 66 20 0 0.63 0.89 0.30 17.36 0.8 0.39
Hex B3 42 14 0 3F 59 1E 11 50 27
Octal 263 102 24 0 77 131 36 21 120 47
Binary 10110011 1000010 10100 0 111111 1011001 11110 10001 1010000 100111

Color Harmonies of #B34214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34214

Black with #B34214

Text Example


Text Example

White with #B34214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34214; }

 p { color: rgb(179,66,20); }

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

background-color css

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

 a { background-color: rgb(179,66,20); }

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

border-color css

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

 span { border-color: rgb(179,66,20); }

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