Html Css Color HEX #B34505 Rust

📋 copy color: '#B34505'

red 179 ◦ green 69 ◦ blue 5

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

Shades of Rust #B34505

Tints of Rust #B34505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.27%

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 70.75%
G = 27.27%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B34505 (or 0xB34505) is known color: Rust. HEX triplet: B3, 45 and 05. RGB value is (179,69,5). Sum of RGB (Red+Green+Blue) = 179+69+5=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B34505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34505 is #4CBAFA. Grayscale: #5E5E5E. Windows color (decimal): -5028603 or 345523. OLE color: 345523.

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

Color convert

RGB 179 69 5 -
CMYK 0 0.61 0.97 0.30
HSL 22.07º 0.95% 0.36% -
HSV(B) 22.07º 0.97% 0.7% -
XYZ 20.75 13.85 1.72 -
YUV 94.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 179 69 5 0 0.61 0.97 0.30 22.07 0.95 0.36
Hex B3 45 5 0 3D 61 1E 16 5F 24
Octal 263 105 5 0 75 141 36 26 137 44
Binary 10110011 1000101 101 0 111101 1100001 11110 10110 1011111 100100

Color Harmonies of #B34505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34505

Black with #B34505

Text Example


Text Example

White with #B34505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34505; }

 p { color: rgb(179,69,5); }

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

background-color css

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

 a { background-color: rgb(179,69,5); }

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

border-color css

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

 span { border-color: rgb(179,69,5); }

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