Html Css Color HEX #B74904 Rust

📋 copy color: '#B74904'

red 183 ◦ green 73 ◦ blue 4

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

Shades of Rust #B74904

Tints of Rust #B74904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

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

R = 70.38%
G = 28.08%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74904 (or 0xB74904) is known color: Rust. HEX triplet: B7, 49 and 04. RGB value is (183,73,4). Sum of RGB (Red+Green+Blue) = 183+73+4=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B74904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74904 is #48B6FB. Grayscale: #626262. Windows color (decimal): -4765436 or 281015. OLE color: 281015.

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

Color convert

RGB 183 73 4 -
CMYK 0 0.60 0.98 0.28
HSL 23.13º 0.96% 0.37% -
HSV(B) 23.13º 0.98% 0.72% -
XYZ 21.93 14.84 1.82 -
YUV 98.02 74.94 188.61 -
System Red Green Blue C M Y K H S L
Decimal 183 73 4 0 0.60 0.98 0.28 23.13 0.96 0.37
Hex B7 49 4 0 3C 62 1C 17 60 25
Octal 267 111 4 0 74 142 34 27 140 45
Binary 10110111 1001001 100 0 111100 1100010 11100 10111 1100000 100101

Color Harmonies of #B74904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74904

Black with #B74904

Text Example


Text Example

White with #B74904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74904; }

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

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

background-color css

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

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

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

border-color css

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

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

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