Html Css Color HEX #B13507 Rust

📋 copy color: '#B13507'

red 177 ◦ green 53 ◦ blue 7

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

Shades of Rust #B13507

Tints of Rust #B13507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 74.68%
G = 22.36%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B13507 (or 0xB13507) is known color: Rust. HEX triplet: B1, 35 and 07. RGB value is (177,53,7). Sum of RGB (Red+Green+Blue) = 177+53+7=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13507 is #4ECAF8. Grayscale: #555555. Windows color (decimal): -5163769 or 472497. OLE color: 472497.

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

Color convert

RGB 177 53 7 -
CMYK 0 0.70 0.96 0.31
HSL 16.24º 0.92% 0.36% -
HSV(B) 16.24º 0.96% 0.69% -
XYZ 19.44 11.91 1.47 -
YUV 84.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 177 53 7 0 0.70 0.96 0.31 16.24 0.92 0.36
Hex B1 35 7 0 46 60 1F 10 5C 24
Octal 261 65 7 0 106 140 37 20 134 44
Binary 10110001 110101 111 0 1000110 1100000 11111 10000 1011100 100100

Color Harmonies of #B13507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13507

Black with #B13507

Text Example


Text Example

White with #B13507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13507; }

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

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

background-color css

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

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

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

border-color css

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

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

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