Html Css Color HEX #B34213 Rust

📋 copy color: '#B34213'

red 179 ◦ green 66 ◦ blue 19

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

Shades of Rust #B34213

Tints of Rust #B34213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 67.8%
G = 25%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B34213 (or 0xB34213) is known color: Rust. HEX triplet: B3, 42 and 13. RGB value is (179,66,19). Sum of RGB (Red+Green+Blue) = 179+66+19=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B34213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34213 is #4CBDEC. Grayscale: #5E5E5E. Windows color (decimal): -5029357 or 1262259. OLE color: 1262259.

HSL color Cylindrical-coordinate representation of color #B34213: hue angle of 17.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B34213 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 19 -
CMYK 0 0.63 0.89 0.30
HSL 17.63º 0.81% 0.39% -
HSV(B) 17.63º 0.89% 0.7% -
XYZ 20.66 13.53 2.14 -
YUV 94.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 179 66 19 0 0.63 0.89 0.30 17.63 0.81 0.39
Hex B3 42 13 0 3F 59 1E 12 51 27
Octal 263 102 23 0 77 131 36 22 121 47
Binary 10110011 1000010 10011 0 111111 1011001 11110 10010 1010001 100111

Color Harmonies of #B34213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34213

Black with #B34213

Text Example


Text Example

White with #B34213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34213; }

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

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

background-color css

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

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

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

border-color css

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

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

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