Html Css Color HEX #B13315 Rust

📋 copy color: '#B13315'

red 177 ◦ green 51 ◦ blue 21

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

Shades of Rust #B13315

Tints of Rust #B13315

RGB

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

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

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

R = 71.08%
G = 20.48%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13315 (or 0xB13315) is known color: Rust. HEX triplet: B1, 33 and 15. RGB value is (177,51,21). Sum of RGB (Red+Green+Blue) = 177+51+21=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B13315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13315 is #4ECCEA. Grayscale: #555555. Windows color (decimal): -5164267 or 1389489. OLE color: 1389489.

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

Color convert

RGB 177 51 21 -
CMYK 0 0.71 0.88 0.31
HSL 11.54º 0.79% 0.39% -
HSV(B) 11.54º 0.88% 0.69% -
XYZ 19.45 11.77 1.96 -
YUV 85.25 91.74 193.44 -
System Red Green Blue C M Y K H S L
Decimal 177 51 21 0 0.71 0.88 0.31 11.54 0.79 0.39
Hex B1 33 15 0 47 58 1F C 4F 27
Octal 261 63 25 0 107 130 37 14 117 47
Binary 10110001 110011 10101 0 1000111 1011000 11111 1100 1001111 100111

Color Harmonies of #B13315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13315

Black with #B13315

Text Example


Text Example

White with #B13315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13315; }

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

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

background-color css

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

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

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

border-color css

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

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

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