Html Css Color HEX #B13415 Rust

📋 copy color: '#B13415'

red 177 ◦ green 52 ◦ blue 21

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

Shades of Rust #B13415

Tints of Rust #B13415

RGB

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

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

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

R = 70.8%
G = 20.8%
B = 8.4%

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

#B13415 (or 0xB13415) is known color: Rust. HEX triplet: B1, 34 and 15. RGB value is (177,52,21). Sum of RGB (Red+Green+Blue) = 177+52+21=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B13415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13415 is #4ECBEA. Grayscale: #565656. Windows color (decimal): -5164011 or 1389745. OLE color: 1389745.

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

Color convert

RGB 177 52 21 -
CMYK 0 0.71 0.88 0.31
HSL 11.92º 0.79% 0.39% -
HSV(B) 11.92º 0.88% 0.69% -
XYZ 19.49 11.86 1.97 -
YUV 85.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 177 52 21 0 0.71 0.88 0.31 11.92 0.79 0.39
Hex B1 34 15 0 47 58 1F C 4F 27
Octal 261 64 25 0 107 130 37 14 117 47
Binary 10110001 110100 10101 0 1000111 1011000 11111 1100 1001111 100111

Color Harmonies of #B13415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13415

Black with #B13415

Text Example


Text Example

White with #B13415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13415; }

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

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

background-color css

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

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

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

border-color css

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

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

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