Html Css Color HEX #B34602 Rust

📋 copy color: '#B34602'

red 179 ◦ green 70 ◦ blue 2

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

Shades of Rust #B34602

Tints of Rust #B34602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 71.31%
G = 27.89%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B34602 (or 0xB34602) is known color: Rust. HEX triplet: B3, 46 and 02. RGB value is (179,70,2). Sum of RGB (Red+Green+Blue) = 179+70+2=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B34602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34602 is #4CB9FD. Grayscale: #5F5F5F. Windows color (decimal): -5028350 or 149171. OLE color: 149171.

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

Color convert

RGB 179 70 2 -
CMYK 0 0.61 0.99 0.30
HSL 23.05º 0.98% 0.35% -
HSV(B) 23.05º 0.99% 0.7% -
XYZ 20.79 13.97 1.66 -
YUV 94.84 75.61 188.03 -
System Red Green Blue C M Y K H S L
Decimal 179 70 2 0 0.61 0.99 0.30 23.05 0.98 0.35
Hex B3 46 2 0 3D 63 1E 17 62 23
Octal 263 106 2 0 75 143 36 27 142 43
Binary 10110011 1000110 10 0 111101 1100011 11110 10111 1100010 100011

Color Harmonies of #B34602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34602

Black with #B34602

Text Example


Text Example

White with #B34602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34602; }

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

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

background-color css

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

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

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

border-color css

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

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

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