Html Css Color HEX #B33015 Rust

📋 copy color: '#B33015'

red 179 ◦ green 48 ◦ blue 21

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

Shades of Rust #B33015

Tints of Rust #B33015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.47%

R = 72.18%
G = 19.35%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33015 (or 0xB33015) is known color: Rust. HEX triplet: B3, 30 and 15. RGB value is (179,48,21). Sum of RGB (Red+Green+Blue) = 179+48+21=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B33015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33015 is #4CCFEA. Grayscale: #545454. Windows color (decimal): -5033963 or 1388723. OLE color: 1388723.

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

Color convert

RGB 179 48 21 -
CMYK 0 0.73 0.88 0.30
HSL 10.25º 0.79% 0.39% -
HSV(B) 10.25º 0.88% 0.7% -
XYZ 19.78 11.75 1.94 -
YUV 84.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 179 48 21 0 0.73 0.88 0.30 10.25 0.79 0.39
Hex B3 30 15 0 49 58 1E A 4F 27
Octal 263 60 25 0 111 130 36 12 117 47
Binary 10110011 110000 10101 0 1001001 1011000 11110 1010 1001111 100111

Color Harmonies of #B33015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33015

Black with #B33015

Text Example


Text Example

White with #B33015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33015; }

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

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

background-color css

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

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

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

border-color css

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

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

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