Html Css Color HEX #B74204 Rust

📋 copy color: '#B74204'

red 183 ◦ green 66 ◦ blue 4

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

Shades of Rust #B74204

Tints of Rust #B74204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 72.33%
G = 26.09%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74204 (or 0xB74204) is known color: Rust. HEX triplet: B7, 42 and 04. RGB value is (183,66,4). Sum of RGB (Red+Green+Blue) = 183+66+4=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B74204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74204 is #48BDFB. Grayscale: #5E5E5E. Windows color (decimal): -4767228 or 279223. OLE color: 279223.

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

Color convert

RGB 183 66 4 -
CMYK 0 0.64 0.98 0.28
HSL 20.78º 0.96% 0.37% -
HSV(B) 20.78º 0.98% 0.72% -
XYZ 21.5 13.97 1.68 -
YUV 93.92 77.26 191.54 -
System Red Green Blue C M Y K H S L
Decimal 183 66 4 0 0.64 0.98 0.28 20.78 0.96 0.37
Hex B7 42 4 0 40 62 1C 15 60 25
Octal 267 102 4 0 100 142 34 25 140 45
Binary 10110111 1000010 100 0 1000000 1100010 11100 10101 1100000 100101

Color Harmonies of #B74204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74204

Black with #B74204

Text Example


Text Example

White with #B74204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74204; }

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

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

background-color css

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

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

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

border-color css

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

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

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