Html Css Color HEX #B34B18 Rust

📋 copy color: '#B34B18'

red 179 ◦ green 75 ◦ blue 24

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

Shades of Rust #B34B18

Tints of Rust #B34B18

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

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

R = 64.39%
G = 26.98%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B34B18 (or 0xB34B18) is known color: Rust. HEX triplet: B3, 4B and 18. RGB value is (179,75,24). Sum of RGB (Red+Green+Blue) = 179+75+24=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34B18 is #4CB4E7. Grayscale: #646464. Windows color (decimal): -5027048 or 1592243. OLE color: 1592243.

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

Color convert

RGB 179 75 24 -
CMYK 0 0.58 0.87 0.30
HSL 19.74º 0.76% 0.4% -
HSV(B) 19.74º 0.87% 0.7% -
XYZ 21.27 14.68 2.58 -
YUV 100.28 84.96 184.15 -
System Red Green Blue C M Y K H S L
Decimal 179 75 24 0 0.58 0.87 0.30 19.74 0.76 0.4
Hex B3 4B 18 0 3A 57 1E 14 4C 28
Octal 263 113 30 0 72 127 36 24 114 50
Binary 10110011 1001011 11000 0 111010 1010111 11110 10100 1001100 101000

Color Harmonies of #B34B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34B18

Black with #B34B18

Text Example


Text Example

White with #B34B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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