Html Css Color HEX #B33A11 Rust

📋 copy color: '#B33A11'

red 179 ◦ green 58 ◦ blue 17

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

Shades of Rust #B33A11

Tints of Rust #B33A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

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

R = 70.47%
G = 22.83%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33A11 (or 0xB33A11) is known color: Rust. HEX triplet: B3, 3A and 11. RGB value is (179,58,17). Sum of RGB (Red+Green+Blue) = 179+58+17=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A11 is #4CC5EE. Grayscale: #595959. Windows color (decimal): -5031407 or 1129139. OLE color: 1129139.

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

Color convert

RGB 179 58 17 -
CMYK 0 0.68 0.91 0.30
HSL 15.19º 0.83% 0.38% -
HSV(B) 15.19º 0.91% 0.7% -
XYZ 20.2 12.65 1.91 -
YUV 89.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 179 58 17 0 0.68 0.91 0.30 15.19 0.83 0.38
Hex B3 3A 11 0 44 5B 1E F 53 26
Octal 263 72 21 0 104 133 36 17 123 46
Binary 10110011 111010 10001 0 1000100 1011011 11110 1111 1010011 100110

Color Harmonies of #B33A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A11

Black with #B33A11

Text Example


Text Example

White with #B33A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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