Html Css Color HEX #B73814 Rust

📋 copy color: '#B73814'

red 183 ◦ green 56 ◦ blue 20

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

Shades of Rust #B73814

Tints of Rust #B73814

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 70.66%
G = 21.62%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73814 (or 0xB73814) is known color: Rust. HEX triplet: B7, 38 and 14. RGB value is (183,56,20). Sum of RGB (Red+Green+Blue) = 183+56+20=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B73814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73814 is #48C7EB. Grayscale: #5A5A5A. Windows color (decimal): -4769772 or 1325239. OLE color: 1325239.

HSL color Cylindrical-coordinate representation of color #B73814: hue angle of 13.25º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73814 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 56 20 -
CMYK 0 0.69 0.89 0.28
HSL 13.25º 0.8% 0.4% -
HSV(B) 13.25º 0.89% 0.72% -
XYZ 21.07 12.95 2.05 -
YUV 89.87 88.58 194.43 -
System Red Green Blue C M Y K H S L
Decimal 183 56 20 0 0.69 0.89 0.28 13.25 0.8 0.4
Hex B7 38 14 0 45 59 1C D 50 28
Octal 267 70 24 0 105 131 34 15 120 50
Binary 10110111 111000 10100 0 1000101 1011001 11100 1101 1010000 101000

Color Harmonies of #B73814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73814

Black with #B73814

Text Example


Text Example

White with #B73814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73814; }

 p { color: rgb(183,56,20); }

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

background-color css

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

 a { background-color: rgb(183,56,20); }

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

border-color css

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

 span { border-color: rgb(183,56,20); }

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