Html Css Color HEX #B13515 Rust

📋 copy color: '#B13515'

red 177 ◦ green 53 ◦ blue 21

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

Shades of Rust #B13515

Tints of Rust #B13515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 70.52%
G = 21.12%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13515 (or 0xB13515) is known color: Rust. HEX triplet: B1, 35 and 15. RGB value is (177,53,21). Sum of RGB (Red+Green+Blue) = 177+53+21=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B13515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13515 is #4ECAEA. Grayscale: #565656. Windows color (decimal): -5163755 or 1390001. OLE color: 1390001.

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

Color convert

RGB 177 53 21 -
CMYK 0 0.70 0.88 0.31
HSL 12.31º 0.79% 0.39% -
HSV(B) 12.31º 0.88% 0.69% -
XYZ 19.54 11.95 1.99 -
YUV 86.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 177 53 21 0 0.70 0.88 0.31 12.31 0.79 0.39
Hex B1 35 15 0 46 58 1F C 4F 27
Octal 261 65 25 0 106 130 37 14 117 47
Binary 10110001 110101 10101 0 1000110 1011000 11111 1100 1001111 100111

Color Harmonies of #B13515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13515

Black with #B13515

Text Example


Text Example

White with #B13515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13515; }

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

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

background-color css

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

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

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

border-color css

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

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

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