Html Css Color HEX #B73301 Rust

📋 copy color: '#B73301'

red 183 ◦ green 51 ◦ blue 1

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

Shades of Rust #B73301

Tints of Rust #B73301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 77.87%
G = 21.7%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73301 (or 0xB73301) is known color: Rust. HEX triplet: B7, 33 and 01. RGB value is (183,51,1). Sum of RGB (Red+Green+Blue) = 183+51+1=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B73301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73301 is #48CCFE. Grayscale: #555555. Windows color (decimal): -4771071 or 78775. OLE color: 78775.

HSL color Cylindrical-coordinate representation of color #B73301: hue angle of 16.48º 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 #B73301 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 51 1 -
CMYK 0 0.72 0.99 0.28
HSL 16.48º 0.99% 0.36% -
HSV(B) 16.48º 0.99% 0.72% -
XYZ 20.72 12.44 1.34 -
YUV 84.77 80.73 198.07 -
System Red Green Blue C M Y K H S L
Decimal 183 51 1 0 0.72 0.99 0.28 16.48 0.99 0.36
Hex B7 33 1 0 48 63 1C 10 63 24
Octal 267 63 1 0 110 143 34 20 143 44
Binary 10110111 110011 1 0 1001000 1100011 11100 10000 1100011 100100

Color Harmonies of #B73301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73301

Black with #B73301

Text Example


Text Example

White with #B73301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73301; }

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

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

background-color css

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

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

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

border-color css

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

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

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