Html Css Color HEX #B73B12 Rust

📋 copy color: '#B73B12'

red 183 ◦ green 59 ◦ blue 18

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

Shades of Rust #B73B12

Tints of Rust #B73B12

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.69%

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

R = 70.38%
G = 22.69%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B73B12 (or 0xB73B12) is known color: Rust. HEX triplet: B7, 3B and 12. RGB value is (183,59,18). Sum of RGB (Red+Green+Blue) = 183+59+18=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B12 is #48C4ED. Grayscale: #5B5B5B. Windows color (decimal): -4769006 or 1194935. OLE color: 1194935.

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

Color convert

RGB 183 59 18 -
CMYK 0 0.68 0.90 0.28
HSL 14.91º 0.82% 0.39% -
HSV(B) 14.91º 0.9% 0.72% -
XYZ 21.2 13.24 2.01 -
YUV 91.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 183 59 18 0 0.68 0.90 0.28 14.91 0.82 0.39
Hex B7 3B 12 0 44 5A 1C F 52 27
Octal 267 73 22 0 104 132 34 17 122 47
Binary 10110111 111011 10010 0 1000100 1011010 11100 1111 1010010 100111

Color Harmonies of #B73B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B12

Black with #B73B12

Text Example


Text Example

White with #B73B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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