Html Css Color HEX #B73604 Rust

📋 copy color: '#B73604'

red 183 ◦ green 54 ◦ blue 4

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

Shades of Rust #B73604

Tints of Rust #B73604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 75.93%
G = 22.41%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73604 (or 0xB73604) is known color: Rust. HEX triplet: B7, 36 and 04. RGB value is (183,54,4). Sum of RGB (Red+Green+Blue) = 183+54+4=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B73604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73604 is #48C9FB. Grayscale: #575757. Windows color (decimal): -4770300 or 276151. OLE color: 276151.

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

Color convert

RGB 183 54 4 -
CMYK 0 0.70 0.98 0.28
HSL 16.76º 0.96% 0.37% -
HSV(B) 16.76º 0.98% 0.72% -
XYZ 20.87 12.71 1.47 -
YUV 86.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 183 54 4 0 0.70 0.98 0.28 16.76 0.96 0.37
Hex B7 36 4 0 46 62 1C 11 60 25
Octal 267 66 4 0 106 142 34 21 140 45
Binary 10110111 110110 100 0 1000110 1100010 11100 10001 1100000 100101

Color Harmonies of #B73604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73604

Black with #B73604

Text Example


Text Example

White with #B73604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73604; }

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

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

background-color css

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

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

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

border-color css

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

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

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