Html Css Color HEX #B34200 Rust

📋 copy color: '#B34200'

red 179 ◦ green 66 ◦ blue 0

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

Shades of Rust #B34200

Tints of Rust #B34200

RGB

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

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

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

R = 73.06%
G = 26.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B34200 (or 0xB34200) is known color: Rust. HEX triplet: B3, 42 and 00. RGB value is (179,66,0). Sum of RGB (Red+Green+Blue) = 179+66+0=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B34200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34200 is #4CBDFF. Grayscale: #5C5C5C. Windows color (decimal): -5029376 or 17075. OLE color: 17075.

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

Color convert

RGB 179 66 0 -
CMYK 0 0.63 1 0.30
HSL 22.12º 1% 0.35% -
HSV(B) 22.12º 1% 0.7% -
XYZ 20.54 13.48 1.52 -
YUV 92.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 179 66 0 0 0.63 1 0.30 22.12 1 0.35
Hex B3 42 0 0 3F 64 1E 16 64 23
Octal 263 102 0 0 77 144 36 26 144 43
Binary 10110011 1000010 0 0 111111 1100100 11110 10110 1100100 100011

Color Harmonies of #B34200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34200

Black with #B34200

Text Example


Text Example

White with #B34200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34200; }

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

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

background-color css

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

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

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

border-color css

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

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

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