Html Css Color HEX #B34902 Rust

📋 copy color: '#B34902'

red 179 ◦ green 73 ◦ blue 2

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

Shades of Rust #B34902

Tints of Rust #B34902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 70.47%
G = 28.74%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34902 (or 0xB34902) is known color: Rust. HEX triplet: B3, 49 and 02. RGB value is (179,73,2). Sum of RGB (Red+Green+Blue) = 179+73+2=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B34902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34902 is #4CB6FD. Grayscale: #606060. Windows color (decimal): -5027582 or 149939. OLE color: 149939.

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

Color convert

RGB 179 73 2 -
CMYK 0 0.59 0.99 0.30
HSL 24.07º 0.98% 0.35% -
HSV(B) 24.07º 0.99% 0.7% -
XYZ 20.98 14.35 1.72 -
YUV 96.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 179 73 2 0 0.59 0.99 0.30 24.07 0.98 0.35
Hex B3 49 2 0 3B 63 1E 18 62 23
Octal 263 111 2 0 73 143 36 30 142 43
Binary 10110011 1001001 10 0 111011 1100011 11110 11000 1100010 100011

Color Harmonies of #B34902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34902

Black with #B34902

Text Example


Text Example

White with #B34902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34902; }

 p { color: rgb(179,73,2); }

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

background-color css

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

 a { background-color: rgb(179,73,2); }

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

border-color css

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

 span { border-color: rgb(179,73,2); }

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