Html Css Color HEX #B34803 Rust

📋 copy color: '#B34803'

red 179 ◦ green 72 ◦ blue 3

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

Shades of Rust #B34803

Tints of Rust #B34803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 70.47%
G = 28.35%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B34803 (or 0xB34803) is known color: Rust. HEX triplet: B3, 48 and 03. RGB value is (179,72,3). Sum of RGB (Red+Green+Blue) = 179+72+3=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B34803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34803 is #4CB7FC. Grayscale: #606060. Windows color (decimal): -5027837 or 215219. OLE color: 215219.

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

Color convert

RGB 179 72 3 -
CMYK 0 0.60 0.98 0.30
HSL 23.52º 0.97% 0.36% -
HSV(B) 23.52º 0.98% 0.7% -
XYZ 20.92 14.23 1.73 -
YUV 96.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 179 72 3 0 0.60 0.98 0.30 23.52 0.97 0.36
Hex B3 48 3 0 3C 62 1E 18 61 24
Octal 263 110 3 0 74 142 36 30 141 44
Binary 10110011 1001000 11 0 111100 1100010 11110 11000 1100001 100100

Color Harmonies of #B34803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34803

Black with #B34803

Text Example


Text Example

White with #B34803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34803; }

 p { color: rgb(179,72,3); }

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

background-color css

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

 a { background-color: rgb(179,72,3); }

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

border-color css

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

 span { border-color: rgb(179,72,3); }

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