Html Css Color HEX #B73412 Rust

📋 copy color: '#B73412'

red 183 ◦ green 52 ◦ blue 18

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

Shades of Rust #B73412

Tints of Rust #B73412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 72.33%
G = 20.55%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B73412 (or 0xB73412) is known color: Rust. HEX triplet: B7, 34 and 12. RGB value is (183,52,18). Sum of RGB (Red+Green+Blue) = 183+52+18=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B73412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73412 is #48CBED. Grayscale: #575757. Windows color (decimal): -4770798 or 1193143. OLE color: 1193143.

HSL color Cylindrical-coordinate representation of color #B73412: hue angle of 12.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73412 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 52 18 -
CMYK 0 0.72 0.90 0.28
HSL 12.36º 0.82% 0.39% -
HSV(B) 12.36º 0.9% 0.72% -
XYZ 20.87 12.57 1.9 -
YUV 87.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 183 52 18 0 0.72 0.90 0.28 12.36 0.82 0.39
Hex B7 34 12 0 48 5A 1C C 52 27
Octal 267 64 22 0 110 132 34 14 122 47
Binary 10110111 110100 10010 0 1001000 1011010 11100 1100 1010010 100111

Color Harmonies of #B73412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73412

Black with #B73412

Text Example


Text Example

White with #B73412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73412; }

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

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

background-color css

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

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

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

border-color css

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

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

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