Html Css Color HEX #B13900 Rust

📋 copy color: '#B13900'

red 177 ◦ green 57 ◦ blue 0

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

Shades of Rust #B13900

Tints of Rust #B13900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.64%
G = 24.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B13900 (or 0xB13900) is known color: Rust. HEX triplet: B1, 39 and 00. RGB value is (177,57,0). Sum of RGB (Red+Green+Blue) = 177+57+0=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13900 is #4EC6FF. Grayscale: #565656. Windows color (decimal): -5162752 or 14769. OLE color: 14769.

HSL color Cylindrical-coordinate representation of color #B13900: hue angle of 19.32º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B13900 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 0 -
CMYK 0 0.68 1 0.31
HSL 19.32º 1% 0.35% -
HSV(B) 19.32º 1% 0.69% -
XYZ 19.59 12.27 1.34 -
YUV 86.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 177 57 0 0 0.68 1 0.31 19.32 1 0.35
Hex B1 39 0 0 44 64 1F 13 64 23
Octal 261 71 0 0 104 144 37 23 144 43
Binary 10110001 111001 0 0 1000100 1100100 11111 10011 1100100 100011

Color Harmonies of #B13900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13900

Black with #B13900

Text Example


Text Example

White with #B13900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13900; }

 p { color: rgb(177,57,0); }

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

background-color css

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

 a { background-color: rgb(177,57,0); }

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

border-color css

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

 span { border-color: rgb(177,57,0); }

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