Html Css Color HEX #B7391A Rust

📋 copy color: '#B7391A'

red 183 ◦ green 57 ◦ blue 26

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

Shades of Rust #B7391A

Tints of Rust #B7391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 26 (10.55% from 255) = 9.77%

R = 68.8%
G = 21.43%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7391A (or 0xB7391A) is known color: Rust. HEX triplet: B7, 39 and 1A. RGB value is (183,57,26). Sum of RGB (Red+Green+Blue) = 183+57+26=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7391A is #48C6E5. Grayscale: #5B5B5B. Windows color (decimal): -4769510 or 1718711. OLE color: 1718711.

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

Color convert

RGB 183 57 26 -
CMYK 0 0.69 0.86 0.28
HSL 11.85º 0.75% 0.41% -
HSV(B) 11.85º 0.86% 0.72% -
XYZ 21.18 13.07 2.38 -
YUV 91.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 183 57 26 0 0.69 0.86 0.28 11.85 0.75 0.41
Hex B7 39 1A 0 45 56 1C C 4B 29
Octal 267 71 32 0 105 126 34 14 113 51
Binary 10110111 111001 11010 0 1000101 1010110 11100 1100 1001011 101001

Color Harmonies of #B7391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7391A

Black with #B7391A

Text Example


Text Example

White with #B7391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7391A; }

 p { color: rgb(183,57,26); }

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

background-color css

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

 a { background-color: rgb(183,57,26); }

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

border-color css

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

 span { border-color: rgb(183,57,26); }

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