Html Css Color HEX #B13407 Rust

📋 copy color: '#B13407'

red 177 ◦ green 52 ◦ blue 7

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

Shades of Rust #B13407

Tints of Rust #B13407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 75%
G = 22.03%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B13407 (or 0xB13407) is known color: Rust. HEX triplet: B1, 34 and 07. RGB value is (177,52,7). Sum of RGB (Red+Green+Blue) = 177+52+7=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B13407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13407 is #4ECBF8. Grayscale: #545454. Windows color (decimal): -5164025 or 472241. OLE color: 472241.

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

Color convert

RGB 177 52 7 -
CMYK 0 0.71 0.96 0.31
HSL 15.88º 0.92% 0.36% -
HSV(B) 15.88º 0.96% 0.69% -
XYZ 19.4 11.82 1.46 -
YUV 84.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 177 52 7 0 0.71 0.96 0.31 15.88 0.92 0.36
Hex B1 34 7 0 47 60 1F 10 5C 24
Octal 261 64 7 0 107 140 37 20 134 44
Binary 10110001 110100 111 0 1000111 1100000 11111 10000 1011100 100100

Color Harmonies of #B13407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13407

Black with #B13407

Text Example


Text Example

White with #B13407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13407; }

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

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

background-color css

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

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

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

border-color css

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

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

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