Html Css Color HEX #B73414 Rust

📋 copy color: '#B73414'

red 183 ◦ green 52 ◦ blue 20

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

Shades of Rust #B73414

Tints of Rust #B73414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

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

R = 71.76%
G = 20.39%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B73414 (or 0xB73414) is known color: Rust. HEX triplet: B7, 34 and 14. RGB value is (183,52,20). Sum of RGB (Red+Green+Blue) = 183+52+20=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B73414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73414 is #48CBEB. Grayscale: #575757. Windows color (decimal): -4770796 or 1324215. OLE color: 1324215.

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

Color convert

RGB 183 52 20 -
CMYK 0 0.72 0.89 0.28
HSL 11.78º 0.8% 0.4% -
HSV(B) 11.78º 0.89% 0.72% -
XYZ 20.88 12.57 1.99 -
YUV 87.52 89.9 196.1 -
System Red Green Blue C M Y K H S L
Decimal 183 52 20 0 0.72 0.89 0.28 11.78 0.8 0.4
Hex B7 34 14 0 48 59 1C C 50 28
Octal 267 64 24 0 110 131 34 14 120 50
Binary 10110111 110100 10100 0 1001000 1011001 11100 1100 1010000 101000

Color Harmonies of #B73414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73414

Black with #B73414

Text Example


Text Example

White with #B73414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73414; }

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

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

background-color css

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

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

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

border-color css

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

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

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