Html Css Color HEX #B73B06 Rust

📋 copy color: '#B73B06'

red 183 ◦ green 59 ◦ blue 6

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

Shades of Rust #B73B06

Tints of Rust #B73B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 73.79%
G = 23.79%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B73B06 (or 0xB73B06) is known color: Rust. HEX triplet: B7, 3B and 06. RGB value is (183,59,6). Sum of RGB (Red+Green+Blue) = 183+59+6=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B06 is #48C4F9. Grayscale: #5A5A5A. Windows color (decimal): -4769018 or 408503. OLE color: 408503.

HSL color Cylindrical-coordinate representation of color #B73B06: hue angle of 17.97º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B73B06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 6 -
CMYK 0 0.68 0.97 0.28
HSL 17.97º 0.94% 0.37% -
HSV(B) 17.97º 0.97% 0.72% -
XYZ 21.13 13.21 1.61 -
YUV 90.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 183 59 6 0 0.68 0.97 0.28 17.97 0.94 0.37
Hex B7 3B 6 0 44 61 1C 12 5E 25
Octal 267 73 6 0 104 141 34 22 136 45
Binary 10110111 111011 110 0 1000100 1100001 11100 10010 1011110 100101

Color Harmonies of #B73B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B06

Black with #B73B06

Text Example


Text Example

White with #B73B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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