Html Css Color HEX #B34C00 Rust

📋 copy color: '#B34C00'

red 179 ◦ green 76 ◦ blue 0

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

Shades of Rust #B34C00

Tints of Rust #B34C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.2%
G = 29.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B34C00 (or 0xB34C00) is known color: Rust. HEX triplet: B3, 4C and 00. RGB value is (179,76,0). Sum of RGB (Red+Green+Blue) = 179+76+0=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C00 is #4CB3FF. Grayscale: #626262. Windows color (decimal): -5026816 or 19635. OLE color: 19635.

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

Color convert

RGB 179 76 0 -
CMYK 0 0.58 1 0.30
HSL 25.47º 1% 0.35% -
HSV(B) 25.47º 1% 0.7% -
XYZ 21.17 14.75 1.73 -
YUV 98.13 72.62 185.68 -
System Red Green Blue C M Y K H S L
Decimal 179 76 0 0 0.58 1 0.30 25.47 1 0.35
Hex B3 4C 0 0 3A 64 1E 19 64 23
Octal 263 114 0 0 72 144 36 31 144 43
Binary 10110011 1001100 0 0 111010 1100100 11110 11001 1100100 100011

Color Harmonies of #B34C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C00

Black with #B34C00

Text Example


Text Example

White with #B34C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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