Html Css Color HEX #B7371B Rust

📋 copy color: '#B7371B'

red 183 ◦ green 55 ◦ blue 27

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

Shades of Rust #B7371B

Tints of Rust #B7371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

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

R = 69.06%
G = 20.75%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7371B (or 0xB7371B) is known color: Rust. HEX triplet: B7, 37 and 1B. RGB value is (183,55,27). Sum of RGB (Red+Green+Blue) = 183+55+27=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B7371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7371B is #48C8E4. Grayscale: #5A5A5A. Windows color (decimal): -4770021 or 1783735. OLE color: 1783735.

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

Color convert

RGB 183 55 27 -
CMYK 0 0.70 0.85 0.28
HSL 10.77º 0.74% 0.41% -
HSV(B) 10.77º 0.85% 0.72% -
XYZ 21.09 12.88 2.41 -
YUV 90.08 92.41 194.28 -
System Red Green Blue C M Y K H S L
Decimal 183 55 27 0 0.70 0.85 0.28 10.77 0.74 0.41
Hex B7 37 1B 0 46 55 1C B 4A 29
Octal 267 67 33 0 106 125 34 13 112 51
Binary 10110111 110111 11011 0 1000110 1010101 11100 1011 1001010 101001

Color Harmonies of #B7371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7371B

Black with #B7371B

Text Example


Text Example

White with #B7371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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