Html Css Color HEX #B33313 Rust

📋 copy color: '#B33313'

red 179 ◦ green 51 ◦ blue 19

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

Shades of Rust #B33313

Tints of Rust #B33313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

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

R = 71.89%
G = 20.48%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33313 (or 0xB33313) is known color: Rust. HEX triplet: B3, 33 and 13. RGB value is (179,51,19). Sum of RGB (Red+Green+Blue) = 179+51+19=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B33313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33313 is #4CCCEC. Grayscale: #555555. Windows color (decimal): -5033197 or 1258419. OLE color: 1258419.

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

Color convert

RGB 179 51 19 -
CMYK 0 0.72 0.89 0.30
HSL 12º 0.81% 0.39% -
HSV(B) 12º 0.89% 0.7% -
XYZ 19.89 12 1.88 -
YUV 85.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 179 51 19 0 0.72 0.89 0.30 12 0.81 0.39
Hex B3 33 13 0 48 59 1E C 51 27
Octal 263 63 23 0 110 131 36 14 121 47
Binary 10110011 110011 10011 0 1001000 1011001 11110 1100 1010001 100111

Color Harmonies of #B33313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33313

Black with #B33313

Text Example


Text Example

White with #B33313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33313; }

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

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

background-color css

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

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

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

border-color css

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

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

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