Html Css Color HEX #B74A19 Rust

📋 copy color: '#B74A19'

red 183 ◦ green 74 ◦ blue 25

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

Shades of Rust #B74A19

Tints of Rust #B74A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.24%

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 64.89%
G = 26.24%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B74A19 (or 0xB74A19) is known color: Rust. HEX triplet: B7, 4A and 19. RGB value is (183,74,25). Sum of RGB (Red+Green+Blue) = 183+74+25=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74A19 is #48B5E6. Grayscale: #656565. Windows color (decimal): -4765159 or 1657527. OLE color: 1657527.

HSL color Cylindrical-coordinate representation of color #B74A19: hue angle of 18.61º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B74A19 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 74 25 -
CMYK 0 0.60 0.86 0.28
HSL 18.61º 0.76% 0.41% -
HSV(B) 18.61º 0.86% 0.72% -
XYZ 22.15 15.04 2.65 -
YUV 101.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 183 74 25 0 0.60 0.86 0.28 18.61 0.76 0.41
Hex B7 4A 19 0 3C 56 1C 13 4C 29
Octal 267 112 31 0 74 126 34 23 114 51
Binary 10110111 1001010 11001 0 111100 1010110 11100 10011 1001100 101001

Color Harmonies of #B74A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74A19

Black with #B74A19

Text Example


Text Example

White with #B74A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74A19; }

 p { color: rgb(183,74,25); }

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

background-color css

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

 a { background-color: rgb(183,74,25); }

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

border-color css

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

 span { border-color: rgb(183,74,25); }

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