Html Css Color HEX #B73F1C Rust

📋 copy color: '#B73F1C'

red 183 ◦ green 63 ◦ blue 28

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

Shades of Rust #B73F1C

Tints of Rust #B73F1C

RGB

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

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

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

R = 66.79%
G = 22.99%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B73F1C (or 0xB73F1C) is known color: Rust. HEX triplet: B7, 3F and 1C. RGB value is (183,63,28). Sum of RGB (Red+Green+Blue) = 183+63+28=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F1C is #48C0E3. Grayscale: #5F5F5F. Windows color (decimal): -4767972 or 1851319. OLE color: 1851319.

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

Color convert

RGB 183 63 28 -
CMYK 0 0.66 0.85 0.28
HSL 13.55º 0.73% 0.41% -
HSV(B) 13.55º 0.85% 0.72% -
XYZ 21.52 13.71 2.61 -
YUV 94.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 183 63 28 0 0.66 0.85 0.28 13.55 0.73 0.41
Hex B7 3F 1C 0 42 55 1C E 49 29
Octal 267 77 34 0 102 125 34 16 111 51
Binary 10110111 111111 11100 0 1000010 1010101 11100 1110 1001001 101001

Color Harmonies of #B73F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F1C

Black with #B73F1C

Text Example


Text Example

White with #B73F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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