Html Css Color HEX #B73C1F Rust

📋 copy color: '#B73C1F'

red 183 ◦ green 60 ◦ blue 31

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

Shades of Rust #B73C1F

Tints of Rust #B73C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

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

R = 66.79%
G = 21.9%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B73C1F (or 0xB73C1F) is known color: Rust. HEX triplet: B7, 3C and 1F. RGB value is (183,60,31). Sum of RGB (Red+Green+Blue) = 183+60+31=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73C1F is #48C3E0. Grayscale: #5D5D5D. Windows color (decimal): -4768737 or 2047159. OLE color: 2047159.

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

Color convert

RGB 183 60 31 -
CMYK 0 0.67 0.83 0.28
HSL 11.45º 0.71% 0.42% -
HSV(B) 11.45º 0.83% 0.72% -
XYZ 21.39 13.4 2.75 -
YUV 93.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 183 60 31 0 0.67 0.83 0.28 11.45 0.71 0.42
Hex B7 3C 1F 0 43 53 1C B 47 2A
Octal 267 74 37 0 103 123 34 13 107 52
Binary 10110111 111100 11111 0 1000011 1010011 11100 1011 1000111 101010

Color Harmonies of #B73C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C1F

Black with #B73C1F

Text Example


Text Example

White with #B73C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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