Html Css Color HEX #B34314 Rust

📋 copy color: '#B34314'

red 179 ◦ green 67 ◦ blue 20

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

Shades of Rust #B34314

Tints of Rust #B34314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 67.29%
G = 25.19%
B = 7.52%

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

#B34314 (or 0xB34314) is known color: Rust. HEX triplet: B3, 43 and 14. RGB value is (179,67,20). Sum of RGB (Red+Green+Blue) = 179+67+20=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B34314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34314 is #4CBCEB. Grayscale: #5F5F5F. Windows color (decimal): -5029100 or 1328051. OLE color: 1328051.

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

Color convert

RGB 179 67 20 -
CMYK 0 0.63 0.89 0.30
HSL 17.74º 0.8% 0.39% -
HSV(B) 17.74º 0.89% 0.7% -
XYZ 20.72 13.65 2.2 -
YUV 95.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 179 67 20 0 0.63 0.89 0.30 17.74 0.8 0.39
Hex B3 43 14 0 3F 59 1E 12 50 27
Octal 263 103 24 0 77 131 36 22 120 47
Binary 10110011 1000011 10100 0 111111 1011001 11110 10010 1010000 100111

Color Harmonies of #B34314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34314

Black with #B34314

Text Example


Text Example

White with #B34314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34314; }

 p { color: rgb(179,67,20); }

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

background-color css

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

 a { background-color: rgb(179,67,20); }

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

border-color css

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

 span { border-color: rgb(179,67,20); }

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