Html Css Color HEX #B13005 Rust

📋 copy color: '#B13005'

red 177 ◦ green 48 ◦ blue 5

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

Shades of Rust #B13005

Tints of Rust #B13005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 76.96%
G = 20.87%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B13005 (or 0xB13005) is known color: Rust. HEX triplet: B1, 30 and 05. RGB value is (177,48,5). Sum of RGB (Red+Green+Blue) = 177+48+5=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B13005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13005 is #4ECFFA. Grayscale: #515151. Windows color (decimal): -5165051 or 340145. OLE color: 340145.

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

Color convert

RGB 177 48 5 -
CMYK 0 0.73 0.97 0.31
HSL 15º 0.95% 0.36% -
HSV(B) 15º 0.97% 0.69% -
XYZ 19.22 11.47 1.35 -
YUV 81.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 177 48 5 0 0.73 0.97 0.31 15 0.95 0.36
Hex B1 30 5 0 49 61 1F F 5F 24
Octal 261 60 5 0 111 141 37 17 137 44
Binary 10110001 110000 101 0 1001001 1100001 11111 1111 1011111 100100

Color Harmonies of #B13005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13005

Black with #B13005

Text Example


Text Example

White with #B13005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13005; }

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

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

background-color css

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

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

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

border-color css

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

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

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