Html Css Color HEX #B7371C Rust

📋 copy color: '#B7371C'

red 183 ◦ green 55 ◦ blue 28

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

Shades of Rust #B7371C

Tints of Rust #B7371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.53%

R = 68.8%
G = 20.68%
B = 10.53%

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

#B7371C (or 0xB7371C) is known color: Rust. HEX triplet: B7, 37 and 1C. RGB value is (183,55,28). Sum of RGB (Red+Green+Blue) = 183+55+28=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7371C is #48C8E3. Grayscale: #5A5A5A. Windows color (decimal): -4770020 or 1849271. OLE color: 1849271.

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

Color convert

RGB 183 55 28 -
CMYK 0 0.70 0.85 0.28
HSL 10.45º 0.73% 0.41% -
HSV(B) 10.45º 0.85% 0.72% -
XYZ 21.1 12.88 2.47 -
YUV 90.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 183 55 28 0 0.70 0.85 0.28 10.45 0.73 0.41
Hex B7 37 1C 0 46 55 1C A 49 29
Octal 267 67 34 0 106 125 34 12 111 51
Binary 10110111 110111 11100 0 1000110 1010101 11100 1010 1001001 101001

Color Harmonies of #B7371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7371C

Black with #B7371C

Text Example


Text Example

White with #B7371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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