Html Css Color HEX #B73001 Rust

📋 copy color: '#B73001'

red 183 ◦ green 48 ◦ blue 1

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

Shades of Rust #B73001

Tints of Rust #B73001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.69%

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

R = 78.88%
G = 20.69%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73001 (or 0xB73001) is known color: Rust. HEX triplet: B7, 30 and 01. RGB value is (183,48,1). Sum of RGB (Red+Green+Blue) = 183+48+1=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B73001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73001 is #48CFFE. Grayscale: #535353. Windows color (decimal): -4771839 or 78007. OLE color: 78007.

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

Color convert

RGB 183 48 1 -
CMYK 0 0.74 0.99 0.28
HSL 15.49º 0.99% 0.36% -
HSV(B) 15.49º 0.99% 0.72% -
XYZ 20.59 12.18 1.3 -
YUV 83.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 183 48 1 0 0.74 0.99 0.28 15.49 0.99 0.36
Hex B7 30 1 0 4A 63 1C F 63 24
Octal 267 60 1 0 112 143 34 17 143 44
Binary 10110111 110000 1 0 1001010 1100011 11100 1111 1100011 100100

Color Harmonies of #B73001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73001

Black with #B73001

Text Example


Text Example

White with #B73001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73001; }

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

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

background-color css

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

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

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

border-color css

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

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

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