Html Css Color HEX #B73401 Rust

📋 copy color: '#B73401'

red 183 ◦ green 52 ◦ blue 1

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

Shades of Rust #B73401

Tints of Rust #B73401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

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

R = 77.54%
G = 22.03%
B = 0.42%

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

#B73401 (or 0xB73401) is known color: Rust. HEX triplet: B7, 34 and 01. RGB value is (183,52,1). Sum of RGB (Red+Green+Blue) = 183+52+1=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B73401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73401 is #48CBFE. Grayscale: #555555. Windows color (decimal): -4770815 or 79031. OLE color: 79031.

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

Color convert

RGB 183 52 1 -
CMYK 0 0.72 0.99 0.28
HSL 16.81º 0.99% 0.36% -
HSV(B) 16.81º 0.99% 0.72% -
XYZ 20.76 12.53 1.35 -
YUV 85.36 80.4 197.65 -
System Red Green Blue C M Y K H S L
Decimal 183 52 1 0 0.72 0.99 0.28 16.81 0.99 0.36
Hex B7 34 1 0 48 63 1C 11 63 24
Octal 267 64 1 0 110 143 34 21 143 44
Binary 10110111 110100 1 0 1001000 1100011 11100 10001 1100011 100100

Color Harmonies of #B73401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73401

Black with #B73401

Text Example


Text Example

White with #B73401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73401; }

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

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

background-color css

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

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

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

border-color css

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

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

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