Html Css Color HEX #B33411 Rust

📋 copy color: '#B33411'

red 179 ◦ green 52 ◦ blue 17

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

Shades of Rust #B33411

Tints of Rust #B33411

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 72.18%
G = 20.97%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33411 (or 0xB33411) is known color: Rust. HEX triplet: B3, 34 and 11. RGB value is (179,52,17). Sum of RGB (Red+Green+Blue) = 179+52+17=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B33411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33411 is #4CCBEE. Grayscale: #565656. Windows color (decimal): -5032943 or 1127603. OLE color: 1127603.

HSL color Cylindrical-coordinate representation of color #B33411: hue angle of 12.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B33411 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 17 -
CMYK 0 0.71 0.91 0.30
HSL 12.96º 0.83% 0.38% -
HSV(B) 12.96º 0.91% 0.7% -
XYZ 19.92 12.08 1.81 -
YUV 85.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 179 52 17 0 0.71 0.91 0.30 12.96 0.83 0.38
Hex B3 34 11 0 47 5B 1E D 53 26
Octal 263 64 21 0 107 133 36 15 123 46
Binary 10110011 110100 10001 0 1000111 1011011 11110 1101 1010011 100110

Color Harmonies of #B33411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33411

Black with #B33411

Text Example


Text Example

White with #B33411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33411; }

 p { color: rgb(179,52,17); }

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

background-color css

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

 a { background-color: rgb(179,52,17); }

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

border-color css

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

 span { border-color: rgb(179,52,17); }

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