Html Css Color HEX #B34215 Rust

📋 copy color: '#B34215'

red 179 ◦ green 66 ◦ blue 21

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

Shades of Rust #B34215

Tints of Rust #B34215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 67.29%
G = 24.81%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B34215 (or 0xB34215) is known color: Rust. HEX triplet: B3, 42 and 15. RGB value is (179,66,21). Sum of RGB (Red+Green+Blue) = 179+66+21=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B34215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34215 is #4CBDEA. Grayscale: #5E5E5E. Windows color (decimal): -5029355 or 1393331. OLE color: 1393331.

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

Color convert

RGB 179 66 21 -
CMYK 0 0.63 0.88 0.30
HSL 17.09º 0.79% 0.39% -
HSV(B) 17.09º 0.88% 0.7% -
XYZ 20.67 13.53 2.23 -
YUV 94.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 179 66 21 0 0.63 0.88 0.30 17.09 0.79 0.39
Hex B3 42 15 0 3F 58 1E 11 4F 27
Octal 263 102 25 0 77 130 36 21 117 47
Binary 10110011 1000010 10101 0 111111 1011000 11110 10001 1001111 100111

Color Harmonies of #B34215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34215

Black with #B34215

Text Example


Text Example

White with #B34215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34215; }

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

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

background-color css

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

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

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

border-color css

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

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

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