Html Css Color HEX #B33013 Rust

📋 copy color: '#B33013'

red 179 ◦ green 48 ◦ blue 19

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

Shades of Rust #B33013

Tints of Rust #B33013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 72.76%
G = 19.51%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33013 (or 0xB33013) is known color: Rust. HEX triplet: B3, 30 and 13. RGB value is (179,48,19). Sum of RGB (Red+Green+Blue) = 179+48+19=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B33013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33013 is #4CCFEC. Grayscale: #545454. Windows color (decimal): -5033965 or 1257651. OLE color: 1257651.

HSL color Cylindrical-coordinate representation of color #B33013: hue angle of 10.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B33013 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 19 -
CMYK 0 0.73 0.89 0.30
HSL 10.88º 0.81% 0.39% -
HSV(B) 10.88º 0.89% 0.7% -
XYZ 19.76 11.74 1.84 -
YUV 83.86 91.4 195.86 -
System Red Green Blue C M Y K H S L
Decimal 179 48 19 0 0.73 0.89 0.30 10.88 0.81 0.39
Hex B3 30 13 0 49 59 1E B 51 27
Octal 263 60 23 0 111 131 36 13 121 47
Binary 10110011 110000 10011 0 1001001 1011001 11110 1011 1010001 100111

Color Harmonies of #B33013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33013

Black with #B33013

Text Example


Text Example

White with #B33013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33013; }

 p { color: rgb(179,48,19); }

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

background-color css

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

 a { background-color: rgb(179,48,19); }

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

border-color css

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

 span { border-color: rgb(179,48,19); }

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