Html Css Color HEX #B34220 Rust

📋 copy color: '#B34220'

red 179 ◦ green 66 ◦ blue 32

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

Shades of Rust #B34220

Tints of Rust #B34220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.55%

R = 64.62%
G = 23.83%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B34220 (or 0xB34220) is known color: Rust. HEX triplet: B3, 42 and 20. RGB value is (179,66,32). Sum of RGB (Red+Green+Blue) = 179+66+32=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B34220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34220 is #4CBDDF. Grayscale: #606060. Windows color (decimal): -5029344 or 2114227. OLE color: 2114227.

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

Color convert

RGB 179 66 32 -
CMYK 0 0.63 0.82 0.30
HSL 13.88º 0.7% 0.41% -
HSV(B) 13.88º 0.82% 0.7% -
XYZ 20.8 13.58 2.89 -
YUV 95.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 179 66 32 0 0.63 0.82 0.30 13.88 0.7 0.41
Hex B3 42 20 0 3F 52 1E E 46 29
Octal 263 102 40 0 77 122 36 16 106 51
Binary 10110011 1000010 100000 0 111111 1010010 11110 1110 1000110 101001

Color Harmonies of #B34220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34220

Black with #B34220

Text Example


Text Example

White with #B34220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34220; }

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

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

background-color css

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

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

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

border-color css

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

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

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