Html Css Color HEX #B33415 Rust

📋 copy color: '#B33415'

red 179 ◦ green 52 ◦ blue 21

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

Shades of Rust #B33415

Tints of Rust #B33415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 71.03%
G = 20.63%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33415 (or 0xB33415) is known color: Rust. HEX triplet: B3, 34 and 15. RGB value is (179,52,21). Sum of RGB (Red+Green+Blue) = 179+52+21=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B33415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33415 is #4CCBEA. Grayscale: #565656. Windows color (decimal): -5032939 or 1389747. OLE color: 1389747.

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

Color convert

RGB 179 52 21 -
CMYK 0 0.71 0.88 0.30
HSL 11.77º 0.79% 0.39% -
HSV(B) 11.77º 0.88% 0.7% -
XYZ 19.95 12.09 1.99 -
YUV 86.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 179 52 21 0 0.71 0.88 0.30 11.77 0.79 0.39
Hex B3 34 15 0 47 58 1E C 4F 27
Octal 263 64 25 0 107 130 36 14 117 47
Binary 10110011 110100 10101 0 1000111 1011000 11110 1100 1001111 100111

Color Harmonies of #B33415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33415

Black with #B33415

Text Example


Text Example

White with #B33415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33415; }

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

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

background-color css

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

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

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

border-color css

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

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

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