Html Css Color HEX #B73A04 Rust

📋 copy color: '#B73A04'

red 183 ◦ green 58 ◦ blue 4

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

Shades of Rust #B73A04

Tints of Rust #B73A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.67%

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

R = 74.69%
G = 23.67%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73A04 (or 0xB73A04) is known color: Rust. HEX triplet: B7, 3A and 04. RGB value is (183,58,4). Sum of RGB (Red+Green+Blue) = 183+58+4=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73A04 is #48C5FB. Grayscale: #595959. Windows color (decimal): -4769276 or 277175. OLE color: 277175.

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

Color convert

RGB 183 58 4 -
CMYK 0 0.68 0.98 0.28
HSL 18.1º 0.96% 0.37% -
HSV(B) 18.1º 0.98% 0.72% -
XYZ 21.06 13.1 1.53 -
YUV 89.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 183 58 4 0 0.68 0.98 0.28 18.1 0.96 0.37
Hex B7 3A 4 0 44 62 1C 12 60 25
Octal 267 72 4 0 104 142 34 22 140 45
Binary 10110111 111010 100 0 1000100 1100010 11100 10010 1100000 100101

Color Harmonies of #B73A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A04

Black with #B73A04

Text Example


Text Example

White with #B73A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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