Html Css Color HEX #B7491B Rust

📋 copy color: '#B7491B'

red 183 ◦ green 73 ◦ blue 27

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

Shades of Rust #B7491B

Tints of Rust #B7491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 64.66%
G = 25.8%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7491B (or 0xB7491B) is known color: Rust. HEX triplet: B7, 49 and 1B. RGB value is (183,73,27). Sum of RGB (Red+Green+Blue) = 183+73+27=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7491B is #48B6E4. Grayscale: #646464. Windows color (decimal): -4765413 or 1788343. OLE color: 1788343.

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

Color convert

RGB 183 73 27 -
CMYK 0 0.60 0.85 0.28
HSL 17.69º 0.74% 0.41% -
HSV(B) 17.69º 0.85% 0.72% -
XYZ 22.11 14.91 2.75 -
YUV 100.65 86.44 186.74 -
System Red Green Blue C M Y K H S L
Decimal 183 73 27 0 0.60 0.85 0.28 17.69 0.74 0.41
Hex B7 49 1B 0 3C 55 1C 12 4A 29
Octal 267 111 33 0 74 125 34 22 112 51
Binary 10110111 1001001 11011 0 111100 1010101 11100 10010 1001010 101001

Color Harmonies of #B7491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7491B

Black with #B7491B

Text Example


Text Example

White with #B7491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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