Html Css Color HEX #B13400 Rust

📋 copy color: '#B13400'

red 177 ◦ green 52 ◦ blue 0

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

Shades of Rust #B13400

Tints of Rust #B13400

RGB

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

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

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

R = 77.29%
G = 22.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B13400 (or 0xB13400) is known color: Rust. HEX triplet: B1, 34 and 00. RGB value is (177,52,0). Sum of RGB (Red+Green+Blue) = 177+52+0=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B13400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13400 is #4ECBFF. Grayscale: #535353. Windows color (decimal): -5164032 or 13489. OLE color: 13489.

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

Color convert

RGB 177 52 0 -
CMYK 0 0.71 1 0.31
HSL 17.63º 1% 0.35% -
HSV(B) 17.63º 1% 0.69% -
XYZ 19.36 11.8 1.26 -
YUV 83.45 80.91 194.73 -
System Red Green Blue C M Y K H S L
Decimal 177 52 0 0 0.71 1 0.31 17.63 1 0.35
Hex B1 34 0 0 47 64 1F 12 64 23
Octal 261 64 0 0 107 144 37 22 144 43
Binary 10110001 110100 0 0 1000111 1100100 11111 10010 1100100 100011

Color Harmonies of #B13400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13400

Black with #B13400

Text Example


Text Example

White with #B13400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13400; }

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

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

background-color css

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

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

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

border-color css

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

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

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