Html Css Color HEX #B74119 Rust

📋 copy color: '#B74119'

red 183 ◦ green 65 ◦ blue 25

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

Shades of Rust #B74119

Tints of Rust #B74119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

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

R = 67.03%
G = 23.81%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B74119 (or 0xB74119) is known color: Rust. HEX triplet: B7, 41 and 19. RGB value is (183,65,25). Sum of RGB (Red+Green+Blue) = 183+65+25=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74119 is #48BEE6. Grayscale: #606060. Windows color (decimal): -4767463 or 1655223. OLE color: 1655223.

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

Color convert

RGB 183 65 25 -
CMYK 0 0.64 0.86 0.28
HSL 15.19º 0.76% 0.41% -
HSV(B) 15.19º 0.86% 0.72% -
XYZ 21.59 13.92 2.47 -
YUV 95.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 183 65 25 0 0.64 0.86 0.28 15.19 0.76 0.41
Hex B7 41 19 0 40 56 1C F 4C 29
Octal 267 101 31 0 100 126 34 17 114 51
Binary 10110111 1000001 11001 0 1000000 1010110 11100 1111 1001100 101001

Color Harmonies of #B74119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74119

Black with #B74119

Text Example


Text Example

White with #B74119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74119; }

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

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

background-color css

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

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

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

border-color css

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

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

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