Html Css Color HEX #B34405 Rust

📋 copy color: '#B34405'

red 179 ◦ green 68 ◦ blue 5

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

Shades of Rust #B34405

Tints of Rust #B34405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 71.03%
G = 26.98%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B34405 (or 0xB34405) is known color: Rust. HEX triplet: B3, 44 and 05. RGB value is (179,68,5). Sum of RGB (Red+Green+Blue) = 179+68+5=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34405 is #4CBBFA. Grayscale: #5E5E5E. Windows color (decimal): -5028859 or 345267. OLE color: 345267.

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

Color convert

RGB 179 68 5 -
CMYK 0 0.62 0.97 0.30
HSL 21.72º 0.95% 0.36% -
HSV(B) 21.72º 0.97% 0.7% -
XYZ 20.68 13.73 1.7 -
YUV 94.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 179 68 5 0 0.62 0.97 0.30 21.72 0.95 0.36
Hex B3 44 5 0 3E 61 1E 16 5F 24
Octal 263 104 5 0 76 141 36 26 137 44
Binary 10110011 1000100 101 0 111110 1100001 11110 10110 1011111 100100

Color Harmonies of #B34405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34405

Black with #B34405

Text Example


Text Example

White with #B34405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34405; }

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

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

background-color css

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

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

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

border-color css

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

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

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