Html Css Color HEX #B34020 Rust

📋 copy color: '#B34020'

red 179 ◦ green 64 ◦ blue 32

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

Shades of Rust #B34020

Tints of Rust #B34020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 65.09%
G = 23.27%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B34020 (or 0xB34020) is known color: Rust. HEX triplet: B3, 40 and 20. RGB value is (179,64,32). Sum of RGB (Red+Green+Blue) = 179+64+32=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B34020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34020 is #4CBFDF. Grayscale: #5E5E5E. Windows color (decimal): -5029856 or 2113715. OLE color: 2113715.

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

Color convert

RGB 179 64 32 -
CMYK 0 0.64 0.82 0.30
HSL 13.06º 0.7% 0.41% -
HSV(B) 13.06º 0.82% 0.7% -
XYZ 20.68 13.35 2.85 -
YUV 94.74 92.6 188.1 -
System Red Green Blue C M Y K H S L
Decimal 179 64 32 0 0.64 0.82 0.30 13.06 0.7 0.41
Hex B3 40 20 0 40 52 1E D 46 29
Octal 263 100 40 0 100 122 36 15 106 51
Binary 10110011 1000000 100000 0 1000000 1010010 11110 1101 1000110 101001

Color Harmonies of #B34020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34020

Black with #B34020

Text Example


Text Example

White with #B34020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34020; }

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

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

background-color css

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

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

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

border-color css

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

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

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