Html Css Color HEX #B3411D Rust

📋 copy color: '#B3411D'

red 179 ◦ green 65 ◦ blue 29

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

Shades of Rust #B3411D

Tints of Rust #B3411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 65.57%
G = 23.81%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3411D (or 0xB3411D) is known color: Rust. HEX triplet: B3, 41 and 1D. RGB value is (179,65,29). Sum of RGB (Red+Green+Blue) = 179+65+29=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3411D is #4CBEE2. Grayscale: #5F5F5F. Windows color (decimal): -5029603 or 1917363. OLE color: 1917363.

HSL color Cylindrical-coordinate representation of color #B3411D: hue angle of 14.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 #B3411D is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 29 -
CMYK 0 0.64 0.84 0.30
HSL 14.4º 0.72% 0.41% -
HSV(B) 14.4º 0.84% 0.7% -
XYZ 20.7 13.45 2.67 -
YUV 94.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 179 65 29 0 0.64 0.84 0.30 14.4 0.72 0.41
Hex B3 41 1D 0 40 54 1E E 48 29
Octal 263 101 35 0 100 124 36 16 110 51
Binary 10110011 1000001 11101 0 1000000 1010100 11110 1110 1001000 101001

Color Harmonies of #B3411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3411D

Black with #B3411D

Text Example


Text Example

White with #B3411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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