Html Css Color HEX #B34100 Rust

📋 copy color: '#B34100'

red 179 ◦ green 65 ◦ blue 0

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

Shades of Rust #B34100

Tints of Rust #B34100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.36%
G = 26.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B34100 (or 0xB34100) is known color: Rust. HEX triplet: B3, 41 and 00. RGB value is (179,65,0). Sum of RGB (Red+Green+Blue) = 179+65+0=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B34100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34100 is #4CBEFF. Grayscale: #5C5C5C. Windows color (decimal): -5029632 or 16819. OLE color: 16819.

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

Color convert

RGB 179 65 0 -
CMYK 0 0.64 1 0.30
HSL 21.79º 1% 0.35% -
HSV(B) 21.79º 1% 0.7% -
XYZ 20.48 13.36 1.5 -
YUV 91.68 76.27 190.29 -
System Red Green Blue C M Y K H S L
Decimal 179 65 0 0 0.64 1 0.30 21.79 1 0.35
Hex B3 41 0 0 40 64 1E 16 64 23
Octal 263 101 0 0 100 144 36 26 144 43
Binary 10110011 1000001 0 0 1000000 1100100 11110 10110 1100100 100011

Color Harmonies of #B34100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34100

Black with #B34100

Text Example


Text Example

White with #B34100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34100; }

 p { color: rgb(179,65,0); }

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

background-color css

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

 a { background-color: rgb(179,65,0); }

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

border-color css

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

 span { border-color: rgb(179,65,0); }

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