Html Css Color HEX #B13703 Rust

📋 copy color: '#B13703'

red 177 ◦ green 55 ◦ blue 3

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

Shades of Rust #B13703

Tints of Rust #B13703

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 75.32%
G = 23.4%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B13703 (or 0xB13703) is known color: Rust. HEX triplet: B1, 37 and 03. RGB value is (177,55,3). Sum of RGB (Red+Green+Blue) = 177+55+3=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B13703 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13703 is #4EC8FC. Grayscale: #555555. Windows color (decimal): -5163261 or 210865. OLE color: 210865.

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

Color convert

RGB 177 55 3 -
CMYK 0 0.69 0.98 0.31
HSL 17.93º 0.97% 0.35% -
HSV(B) 17.93º 0.98% 0.69% -
XYZ 19.51 12.09 1.39 -
YUV 85.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 177 55 3 0 0.69 0.98 0.31 17.93 0.97 0.35
Hex B1 37 3 0 45 62 1F 12 61 23
Octal 261 67 3 0 105 142 37 22 141 43
Binary 10110001 110111 11 0 1000101 1100010 11111 10010 1100001 100011

Color Harmonies of #B13703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13703

Black with #B13703

Text Example


Text Example

White with #B13703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13703; }

 p { color: rgb(177,55,3); }

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

background-color css

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

 a { background-color: rgb(177,55,3); }

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

border-color css

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

 span { border-color: rgb(177,55,3); }

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