Html Css Color HEX #B34B1D Rust

📋 copy color: '#B34B1D'

red 179 ◦ green 75 ◦ blue 29

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

Shades of Rust #B34B1D

Tints of Rust #B34B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.5%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 63.25%
G = 26.5%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B34B1D (or 0xB34B1D) is known color: Rust. HEX triplet: B3, 4B and 1D. RGB value is (179,75,29). Sum of RGB (Red+Green+Blue) = 179+75+29=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B1D is #4CB4E2. Grayscale: #656565. Windows color (decimal): -5027043 or 1919923. OLE color: 1919923.

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

Color convert

RGB 179 75 29 -
CMYK 0 0.58 0.84 0.30
HSL 18.4º 0.72% 0.41% -
HSV(B) 18.4º 0.84% 0.7% -
XYZ 21.33 14.7 2.88 -
YUV 100.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 179 75 29 0 0.58 0.84 0.30 18.4 0.72 0.41
Hex B3 4B 1D 0 3A 54 1E 12 48 29
Octal 263 113 35 0 72 124 36 22 110 51
Binary 10110011 1001011 11101 0 111010 1010100 11110 10010 1001000 101001

Color Harmonies of #B34B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34B1D

Black with #B34B1D

Text Example


Text Example

White with #B34B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34B1D; }

 p { color: rgb(179,75,29); }

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

background-color css

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

 a { background-color: rgb(179,75,29); }

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

border-color css

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

 span { border-color: rgb(179,75,29); }

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