Html Css Color HEX #B13015 Rust

📋 copy color: '#B13015'

red 177 ◦ green 48 ◦ blue 21

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

Shades of Rust #B13015

Tints of Rust #B13015

RGB

 RED value IS 177 (69.53% from 255) = 71.95%

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

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

R = 71.95%
G = 19.51%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13015 (or 0xB13015) is known color: Rust. HEX triplet: B1, 30 and 15. RGB value is (177,48,21). Sum of RGB (Red+Green+Blue) = 177+48+21=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B13015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13015 is #4ECFEA. Grayscale: #535353. Windows color (decimal): -5165035 or 1388721. OLE color: 1388721.

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

Color convert

RGB 177 48 21 -
CMYK 0 0.73 0.88 0.31
HSL 10.38º 0.79% 0.39% -
HSV(B) 10.38º 0.88% 0.69% -
XYZ 19.32 11.52 1.91 -
YUV 83.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 177 48 21 0 0.73 0.88 0.31 10.38 0.79 0.39
Hex B1 30 15 0 49 58 1F A 4F 27
Octal 261 60 25 0 111 130 37 12 117 47
Binary 10110001 110000 10101 0 1001001 1011000 11111 1010 1001111 100111

Color Harmonies of #B13015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13015

Black with #B13015

Text Example


Text Example

White with #B13015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13015; }

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

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

background-color css

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

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

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

border-color css

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

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

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