Html Css Color HEX #B34918 Rust

📋 copy color: '#B34918'

red 179 ◦ green 73 ◦ blue 24

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

Shades of Rust #B34918

Tints of Rust #B34918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.45%

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 64.86%
G = 26.45%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B34918 (or 0xB34918) is known color: Rust. HEX triplet: B3, 49 and 18. RGB value is (179,73,24). Sum of RGB (Red+Green+Blue) = 179+73+24=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B34918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34918 is #4CB6E7. Grayscale: #636363. Windows color (decimal): -5027560 or 1591731. OLE color: 1591731.

HSL color Cylindrical-coordinate representation of color #B34918: hue angle of 18.97º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B34918 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 24 -
CMYK 0 0.59 0.87 0.30
HSL 18.97º 0.76% 0.4% -
HSV(B) 18.97º 0.87% 0.7% -
XYZ 21.14 14.41 2.53 -
YUV 99.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 179 73 24 0 0.59 0.87 0.30 18.97 0.76 0.4
Hex B3 49 18 0 3B 57 1E 13 4C 28
Octal 263 111 30 0 73 127 36 23 114 50
Binary 10110011 1001001 11000 0 111011 1010111 11110 10011 1001100 101000

Color Harmonies of #B34918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34918

Black with #B34918

Text Example


Text Example

White with #B34918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34918; }

 p { color: rgb(179,73,24); }

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

background-color css

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

 a { background-color: rgb(179,73,24); }

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

border-color css

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

 span { border-color: rgb(179,73,24); }

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