Html Css Color HEX #B74E04 Rust

📋 copy color: '#B74E04'

red 183 ◦ green 78 ◦ blue 4

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

Shades of Rust #B74E04

Tints of Rust #B74E04

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.43%

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

R = 69.06%
G = 29.43%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B74E04 (or 0xB74E04) is known color: Rust. HEX triplet: B7, 4E and 04. RGB value is (183,78,4). Sum of RGB (Red+Green+Blue) = 183+78+4=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B74E04 is #48B1FB. Grayscale: #656565. Windows color (decimal): -4764156 or 282295. OLE color: 282295.

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

Color convert

RGB 183 78 4 -
CMYK 0 0.57 0.98 0.28
HSL 24.8º 0.96% 0.37% -
HSV(B) 24.8º 0.98% 0.72% -
XYZ 22.27 15.52 1.94 -
YUV 100.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 183 78 4 0 0.57 0.98 0.28 24.8 0.96 0.37
Hex B7 4E 4 0 39 62 1C 19 60 25
Octal 267 116 4 0 71 142 34 31 140 45
Binary 10110111 1001110 100 0 111001 1100010 11100 11001 1100000 100101

Color Harmonies of #B74E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74E04

Black with #B74E04

Text Example


Text Example

White with #B74E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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