Html Css Color HEX #B73D04 Rust

📋 copy color: '#B73D04'

red 183 ◦ green 61 ◦ blue 4

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

Shades of Rust #B73D04

Tints of Rust #B73D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 73.79%
G = 24.6%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73D04 (or 0xB73D04) is known color: Rust. HEX triplet: B7, 3D and 04. RGB value is (183,61,4). Sum of RGB (Red+Green+Blue) = 183+61+4=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D04 is #48C2FB. Grayscale: #5B5B5B. Windows color (decimal): -4768508 or 277943. OLE color: 277943.

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

Color convert

RGB 183 61 4 -
CMYK 0 0.67 0.98 0.28
HSL 19.11º 0.96% 0.37% -
HSV(B) 19.11º 0.98% 0.72% -
XYZ 21.22 13.41 1.59 -
YUV 90.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 183 61 4 0 0.67 0.98 0.28 19.11 0.96 0.37
Hex B7 3D 4 0 43 62 1C 13 60 25
Octal 267 75 4 0 103 142 34 23 140 45
Binary 10110111 111101 100 0 1000011 1100010 11100 10011 1100000 100101

Color Harmonies of #B73D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D04

Black with #B73D04

Text Example


Text Example

White with #B73D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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