Html Css Color HEX #B3411A Rust

📋 copy color: '#B3411A'

red 179 ◦ green 65 ◦ blue 26

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

Shades of Rust #B3411A

Tints of Rust #B3411A

RGB

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

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

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

R = 66.3%
G = 24.07%
B = 9.63%

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

#B3411A (or 0xB3411A) is known color: Rust. HEX triplet: B3, 41 and 1A. RGB value is (179,65,26). Sum of RGB (Red+Green+Blue) = 179+65+26=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B3411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3411A is #4CBEE5. Grayscale: #5E5E5E. Windows color (decimal): -5029606 or 1720755. OLE color: 1720755.

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

Color convert

RGB 179 65 26 -
CMYK 0 0.64 0.85 0.30
HSL 15.29º 0.75% 0.4% -
HSV(B) 15.29º 0.85% 0.7% -
XYZ 20.67 13.44 2.48 -
YUV 94.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 179 65 26 0 0.64 0.85 0.30 15.29 0.75 0.4
Hex B3 41 1A 0 40 55 1E F 4B 28
Octal 263 101 32 0 100 125 36 17 113 50
Binary 10110011 1000001 11010 0 1000000 1010101 11110 1111 1001011 101000

Color Harmonies of #B3411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3411A

Black with #B3411A

Text Example


Text Example

White with #B3411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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