Html Css Color HEX #B34C1A Rust

📋 copy color: '#B34C1A'

red 179 ◦ green 76 ◦ blue 26

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

Shades of Rust #B34C1A

Tints of Rust #B34C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 63.7%
G = 27.05%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B34C1A (or 0xB34C1A) is known color: Rust. HEX triplet: B3, 4C and 1A. RGB value is (179,76,26). Sum of RGB (Red+Green+Blue) = 179+76+26=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C1A is #4CB3E5. Grayscale: #656565. Windows color (decimal): -5026790 or 1723571. OLE color: 1723571.

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

Color convert

RGB 179 76 26 -
CMYK 0 0.58 0.85 0.30
HSL 19.61º 0.75% 0.4% -
HSV(B) 19.61º 0.85% 0.7% -
XYZ 21.36 14.83 2.71 -
YUV 101.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 179 76 26 0 0.58 0.85 0.30 19.61 0.75 0.4
Hex B3 4C 1A 0 3A 55 1E 14 4B 28
Octal 263 114 32 0 72 125 36 24 113 50
Binary 10110011 1001100 11010 0 111010 1010101 11110 10100 1001011 101000

Color Harmonies of #B34C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C1A

Black with #B34C1A

Text Example


Text Example

White with #B34C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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