Html Css Color HEX #B34C10 Rust

📋 copy color: '#B34C10'

red 179 ◦ green 76 ◦ blue 16

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

Shades of Rust #B34C10

Tints of Rust #B34C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.04%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 66.05%
G = 28.04%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34C10 (or 0xB34C10) is known color: Rust. HEX triplet: B3, 4C and 10. RGB value is (179,76,16). Sum of RGB (Red+Green+Blue) = 179+76+16=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C10 is #4CB3EF. Grayscale: #646464. Windows color (decimal): -5026800 or 1068211. OLE color: 1068211.

HSL color Cylindrical-coordinate representation of color #B34C10: hue angle of 22.09º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B34C10 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 76 16 -
CMYK 0 0.58 0.91 0.30
HSL 22.09º 0.84% 0.38% -
HSV(B) 22.09º 0.91% 0.7% -
XYZ 21.27 14.79 2.22 -
YUV 99.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 179 76 16 0 0.58 0.91 0.30 22.09 0.84 0.38
Hex B3 4C 10 0 3A 5B 1E 16 54 26
Octal 263 114 20 0 72 133 36 26 124 46
Binary 10110011 1001100 10000 0 111010 1011011 11110 10110 1010100 100110

Color Harmonies of #B34C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C10

Black with #B34C10

Text Example


Text Example

White with #B34C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C10; }

 p { color: rgb(179,76,16); }

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

background-color css

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

 a { background-color: rgb(179,76,16); }

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

border-color css

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

 span { border-color: rgb(179,76,16); }

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