Html Css Color HEX #B34410 Rust

📋 copy color: '#B34410'

red 179 ◦ green 68 ◦ blue 16

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

Shades of Rust #B34410

Tints of Rust #B34410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 68.06%
G = 25.86%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34410 (or 0xB34410) is known color: Rust. HEX triplet: B3, 44 and 10. RGB value is (179,68,16). Sum of RGB (Red+Green+Blue) = 179+68+16=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B34410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34410 is #4CBBEF. Grayscale: #5F5F5F. Windows color (decimal): -5028848 or 1066163. OLE color: 1066163.

HSL color Cylindrical-coordinate representation of color #B34410: hue angle of 19.14º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B34410 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 16 -
CMYK 0 0.62 0.91 0.30
HSL 19.14º 0.84% 0.38% -
HSV(B) 19.14º 0.91% 0.7% -
XYZ 20.75 13.76 2.05 -
YUV 95.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 179 68 16 0 0.62 0.91 0.30 19.14 0.84 0.38
Hex B3 44 10 0 3E 5B 1E 13 54 26
Octal 263 104 20 0 76 133 36 23 124 46
Binary 10110011 1000100 10000 0 111110 1011011 11110 10011 1010100 100110

Color Harmonies of #B34410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34410

Black with #B34410

Text Example


Text Example

White with #B34410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34410; }

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

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

background-color css

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

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

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

border-color css

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

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

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