Html Css Color HEX #B73F1F Rust

📋 copy color: '#B73F1F'

red 183 ◦ green 63 ◦ blue 31

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

Shades of Rust #B73F1F

Tints of Rust #B73F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 22.74%

 BLUE value IS 31 (12.5% from 255) = 11.19%

R = 66.06%
G = 22.74%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B73F1F (or 0xB73F1F) is known color: Rust. HEX triplet: B7, 3F and 1F. RGB value is (183,63,31). Sum of RGB (Red+Green+Blue) = 183+63+31=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F1F is #48C0E0. Grayscale: #5F5F5F. Windows color (decimal): -4767969 or 2047927. OLE color: 2047927.

HSL color Cylindrical-coordinate representation of color #B73F1F: hue angle of 12.63º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B73F1F is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 63 31 -
CMYK 0 0.66 0.83 0.28
HSL 12.63º 0.71% 0.42% -
HSV(B) 12.63º 0.83% 0.72% -
XYZ 21.55 13.72 2.81 -
YUV 95.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 183 63 31 0 0.66 0.83 0.28 12.63 0.71 0.42
Hex B7 3F 1F 0 42 53 1C D 47 2A
Octal 267 77 37 0 102 123 34 15 107 52
Binary 10110111 111111 11111 0 1000010 1010011 11100 1101 1000111 101010

Color Harmonies of #B73F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F1F

Black with #B73F1F

Text Example


Text Example

White with #B73F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F1F; }

 p { color: rgb(183,63,31); }

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

background-color css

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

 a { background-color: rgb(183,63,31); }

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

border-color css

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

 span { border-color: rgb(183,63,31); }

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