Html Css Color HEX #B73F04 Rust

📋 copy color: '#B73F04'

red 183 ◦ green 63 ◦ blue 4

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

Shades of Rust #B73F04

Tints of Rust #B73F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 73.2%
G = 25.2%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73F04 (or 0xB73F04) is known color: Rust. HEX triplet: B7, 3F and 04. RGB value is (183,63,4). Sum of RGB (Red+Green+Blue) = 183+63+4=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F04 is #48C0FB. Grayscale: #5C5C5C. Windows color (decimal): -4767996 or 278455. OLE color: 278455.

HSL color Cylindrical-coordinate representation of color #B73F04: hue angle of 19.78º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B73F04 is Cyan = 0, Magento = 0.66, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 63 4 -
CMYK 0 0.66 0.98 0.28
HSL 19.78º 0.96% 0.37% -
HSV(B) 19.78º 0.98% 0.72% -
XYZ 21.33 13.63 1.62 -
YUV 92.15 78.26 192.8 -
System Red Green Blue C M Y K H S L
Decimal 183 63 4 0 0.66 0.98 0.28 19.78 0.96 0.37
Hex B7 3F 4 0 42 62 1C 14 60 25
Octal 267 77 4 0 102 142 34 24 140 45
Binary 10110111 111111 100 0 1000010 1100010 11100 10100 1100000 100101

Color Harmonies of #B73F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F04

Black with #B73F04

Text Example


Text Example

White with #B73F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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