Html Css Color HEX #B34218 Rust

📋 copy color: '#B34218'

red 179 ◦ green 66 ◦ blue 24

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

Shades of Rust #B34218

Tints of Rust #B34218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.54%

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

R = 66.54%
G = 24.54%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B34218 (or 0xB34218) is known color: Rust. HEX triplet: B3, 42 and 18. RGB value is (179,66,24). Sum of RGB (Red+Green+Blue) = 179+66+24=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34218 is #4CBDE7. Grayscale: #5F5F5F. Windows color (decimal): -5029352 or 1589939. OLE color: 1589939.

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

Color convert

RGB 179 66 24 -
CMYK 0 0.63 0.87 0.30
HSL 16.26º 0.76% 0.4% -
HSV(B) 16.26º 0.87% 0.7% -
XYZ 20.7 13.55 2.39 -
YUV 95 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 179 66 24 0 0.63 0.87 0.30 16.26 0.76 0.4
Hex B3 42 18 0 3F 57 1E 10 4C 28
Octal 263 102 30 0 77 127 36 20 114 50
Binary 10110011 1000010 11000 0 111111 1010111 11110 10000 1001100 101000

Color Harmonies of #B34218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34218

Black with #B34218

Text Example


Text Example

White with #B34218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34218; }

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

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

background-color css

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

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

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

border-color css

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

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

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