Html Css Color HEX #B13702 Rust

📋 copy color: '#B13702'

red 177 ◦ green 55 ◦ blue 2

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

Shades of Rust #B13702

Tints of Rust #B13702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 75.64%
G = 23.5%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13702 (or 0xB13702) is known color: Rust. HEX triplet: B1, 37 and 02. RGB value is (177,55,2). Sum of RGB (Red+Green+Blue) = 177+55+2=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13702 is #4EC8FD. Grayscale: #555555. Windows color (decimal): -5163262 or 145329. OLE color: 145329.

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

Color convert

RGB 177 55 2 -
CMYK 0 0.69 0.99 0.31
HSL 18.17º 0.98% 0.35% -
HSV(B) 18.17º 0.99% 0.69% -
XYZ 19.51 12.08 1.36 -
YUV 85.44 80.92 193.31 -
System Red Green Blue C M Y K H S L
Decimal 177 55 2 0 0.69 0.99 0.31 18.17 0.98 0.35
Hex B1 37 2 0 45 63 1F 12 62 23
Octal 261 67 2 0 105 143 37 22 142 43
Binary 10110001 110111 10 0 1000101 1100011 11111 10010 1100010 100011

Color Harmonies of #B13702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13702

Black with #B13702

Text Example


Text Example

White with #B13702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13702; }

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

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

background-color css

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

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

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

border-color css

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

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

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