Html Css Color HEX #B73F01 Rust

📋 copy color: '#B73F01'

red 183 ◦ green 63 ◦ blue 1

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

Shades of Rust #B73F01

Tints of Rust #B73F01

RGB

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

 GREEN value IS 63 (25% from 255) = 25.51%

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

R = 74.09%
G = 25.51%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73F01 (or 0xB73F01) is known color: Rust. HEX triplet: B7, 3F and 01. RGB value is (183,63,1). Sum of RGB (Red+Green+Blue) = 183+63+1=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F01 is #48C0FE. Grayscale: #5C5C5C. Windows color (decimal): -4767999 or 81847. OLE color: 81847.

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

Color convert

RGB 183 63 1 -
CMYK 0 0.66 0.99 0.28
HSL 20.44º 0.99% 0.36% -
HSV(B) 20.44º 0.99% 0.72% -
XYZ 21.31 13.62 1.54 -
YUV 91.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 183 63 1 0 0.66 0.99 0.28 20.44 0.99 0.36
Hex B7 3F 1 0 42 63 1C 14 63 24
Octal 267 77 1 0 102 143 34 24 143 44
Binary 10110111 111111 1 0 1000010 1100011 11100 10100 1100011 100100

Color Harmonies of #B73F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F01

Black with #B73F01

Text Example


Text Example

White with #B73F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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