Html Css Color HEX #B3411B Rust

📋 copy color: '#B3411B'

red 179 ◦ green 65 ◦ blue 27

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

Shades of Rust #B3411B

Tints of Rust #B3411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.96%

R = 66.05%
G = 23.99%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3411B (or 0xB3411B) is known color: Rust. HEX triplet: B3, 41 and 1B. RGB value is (179,65,27). Sum of RGB (Red+Green+Blue) = 179+65+27=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B3411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3411B is #4CBEE4. Grayscale: #5F5F5F. Windows color (decimal): -5029605 or 1786291. OLE color: 1786291.

HSL color Cylindrical-coordinate representation of color #B3411B: hue angle of 15º degrees, saturation: 0.74, 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 #B3411B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 27 -
CMYK 0 0.64 0.85 0.30
HSL 15º 0.74% 0.4% -
HSV(B) 15º 0.85% 0.7% -
XYZ 20.68 13.44 2.54 -
YUV 94.75 89.77 188.09 -
System Red Green Blue C M Y K H S L
Decimal 179 65 27 0 0.64 0.85 0.30 15 0.74 0.4
Hex B3 41 1B 0 40 55 1E F 4A 28
Octal 263 101 33 0 100 125 36 17 112 50
Binary 10110011 1000001 11011 0 1000000 1010101 11110 1111 1001010 101000

Color Harmonies of #B3411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3411B

Black with #B3411B

Text Example


Text Example

White with #B3411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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