Html Css Color HEX #B73101 Rust

📋 copy color: '#B73101'

red 183 ◦ green 49 ◦ blue 1

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

Shades of Rust #B73101

Tints of Rust #B73101

RGB

 RED value IS 183 (71.88% from 255) = 78.54%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 78.54%
G = 21.03%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73101 (or 0xB73101) is known color: Rust. HEX triplet: B7, 31 and 01. RGB value is (183,49,1). Sum of RGB (Red+Green+Blue) = 183+49+1=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B73101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73101 is #48CEFE. Grayscale: #535353. Windows color (decimal): -4771583 or 78263. OLE color: 78263.

HSL color Cylindrical-coordinate representation of color #B73101: hue angle of 15.82º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B73101 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 49 1 -
CMYK 0 0.73 0.99 0.28
HSL 15.82º 0.99% 0.36% -
HSV(B) 15.82º 0.99% 0.72% -
XYZ 20.63 12.27 1.31 -
YUV 83.59 81.39 198.9 -
System Red Green Blue C M Y K H S L
Decimal 183 49 1 0 0.73 0.99 0.28 15.82 0.99 0.36
Hex B7 31 1 0 49 63 1C 10 63 24
Octal 267 61 1 0 111 143 34 20 143 44
Binary 10110111 110001 1 0 1001001 1100011 11100 10000 1100011 100100

Color Harmonies of #B73101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73101

Black with #B73101

Text Example


Text Example

White with #B73101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73101; }

 p { color: rgb(183,49,1); }

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

background-color css

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

 a { background-color: rgb(183,49,1); }

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

border-color css

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

 span { border-color: rgb(183,49,1); }

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