Html Css Color HEX #B33713 Rust

📋 copy color: '#B33713'

red 179 ◦ green 55 ◦ blue 19

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

Shades of Rust #B33713

Tints of Rust #B33713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 70.75%
G = 21.74%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33713 (or 0xB33713) is known color: Rust. HEX triplet: B3, 37 and 13. RGB value is (179,55,19). Sum of RGB (Red+Green+Blue) = 179+55+19=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B33713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33713 is #4CC8EC. Grayscale: #585858. Windows color (decimal): -5032173 or 1259443. OLE color: 1259443.

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

Color convert

RGB 179 55 19 -
CMYK 0 0.69 0.89 0.30
HSL 13.5º 0.81% 0.39% -
HSV(B) 13.5º 0.89% 0.7% -
XYZ 20.07 12.36 1.94 -
YUV 87.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 179 55 19 0 0.69 0.89 0.30 13.5 0.81 0.39
Hex B3 37 13 0 45 59 1E E 51 27
Octal 263 67 23 0 105 131 36 16 121 47
Binary 10110011 110111 10011 0 1000101 1011001 11110 1110 1010001 100111

Color Harmonies of #B33713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33713

Black with #B33713

Text Example


Text Example

White with #B33713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33713; }

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

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

background-color css

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

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

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

border-color css

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

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

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