Html Css Color HEX #B73312 Rust

📋 copy color: '#B73312'

red 183 ◦ green 51 ◦ blue 18

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

Shades of Rust #B73312

Tints of Rust #B73312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 72.62%
G = 20.24%
B = 7.14%

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

#B73312 (or 0xB73312) is known color: Rust. HEX triplet: B7, 33 and 12. RGB value is (183,51,18). Sum of RGB (Red+Green+Blue) = 183+51+18=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B73312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73312 is #48CCED. Grayscale: #565656. Windows color (decimal): -4771054 or 1192887. OLE color: 1192887.

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

Color convert

RGB 183 51 18 -
CMYK 0 0.72 0.90 0.28
HSL 12º 0.82% 0.39% -
HSV(B) 12º 0.9% 0.72% -
XYZ 20.82 12.48 1.88 -
YUV 86.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 183 51 18 0 0.72 0.90 0.28 12 0.82 0.39
Hex B7 33 12 0 48 5A 1C C 52 27
Octal 267 63 22 0 110 132 34 14 122 47
Binary 10110111 110011 10010 0 1001000 1011010 11100 1100 1010010 100111

Color Harmonies of #B73312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73312

Black with #B73312

Text Example


Text Example

White with #B73312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73312; }

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

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

background-color css

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

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

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

border-color css

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

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

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