Html Css Color HEX #B74919 Rust

📋 copy color: '#B74919'

red 183 ◦ green 73 ◦ blue 25

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

Shades of Rust #B74919

Tints of Rust #B74919

RGB

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

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

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

R = 65.12%
G = 25.98%
B = 8.9%

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

#B74919 (or 0xB74919) is known color: Rust. HEX triplet: B7, 49 and 19. RGB value is (183,73,25). Sum of RGB (Red+Green+Blue) = 183+73+25=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B74919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74919 is #48B6E6. Grayscale: #646464. Windows color (decimal): -4765415 or 1657271. OLE color: 1657271.

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

Color convert

RGB 183 73 25 -
CMYK 0 0.60 0.86 0.28
HSL 18.23º 0.76% 0.41% -
HSV(B) 18.23º 0.86% 0.72% -
XYZ 22.09 14.9 2.63 -
YUV 100.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 183 73 25 0 0.60 0.86 0.28 18.23 0.76 0.41
Hex B7 49 19 0 3C 56 1C 12 4C 29
Octal 267 111 31 0 74 126 34 22 114 51
Binary 10110111 1001001 11001 0 111100 1010110 11100 10010 1001100 101001

Color Harmonies of #B74919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74919

Black with #B74919

Text Example


Text Example

White with #B74919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74919; }

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

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

background-color css

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

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

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

border-color css

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

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

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