Html Css Color HEX #B73404 Rust

📋 copy color: '#B73404'

red 183 ◦ green 52 ◦ blue 4

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

Shades of Rust #B73404

Tints of Rust #B73404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 76.57%
G = 21.76%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B73404 (or 0xB73404) is known color: Rust. HEX triplet: B7, 34 and 04. RGB value is (183,52,4). Sum of RGB (Red+Green+Blue) = 183+52+4=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73404 is #48CBFB. Grayscale: #565656. Windows color (decimal): -4770812 or 275639. OLE color: 275639.

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

Color convert

RGB 183 52 4 -
CMYK 0 0.72 0.98 0.28
HSL 16.09º 0.96% 0.37% -
HSV(B) 16.09º 0.98% 0.72% -
XYZ 20.78 12.53 1.44 -
YUV 85.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 183 52 4 0 0.72 0.98 0.28 16.09 0.96 0.37
Hex B7 34 4 0 48 62 1C 10 60 25
Octal 267 64 4 0 110 142 34 20 140 45
Binary 10110111 110100 100 0 1001000 1100010 11100 10000 1100000 100101

Color Harmonies of #B73404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73404

Black with #B73404

Text Example


Text Example

White with #B73404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73404; }

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

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

background-color css

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

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

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

border-color css

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

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

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