Html Css Color HEX #B73B08 Rust

📋 copy color: '#B73B08'

red 183 ◦ green 59 ◦ blue 8

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

Shades of Rust #B73B08

Tints of Rust #B73B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 73.2%
G = 23.6%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B73B08 (or 0xB73B08) is known color: Rust. HEX triplet: B7, 3B and 08. RGB value is (183,59,8). Sum of RGB (Red+Green+Blue) = 183+59+8=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B08 is #48C4F7. Grayscale: #5A5A5A. Windows color (decimal): -4769016 or 539575. OLE color: 539575.

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

Color convert

RGB 183 59 8 -
CMYK 0 0.68 0.96 0.28
HSL 17.49º 0.92% 0.37% -
HSV(B) 17.49º 0.96% 0.72% -
XYZ 21.14 13.21 1.67 -
YUV 90.26 81.58 194.15 -
System Red Green Blue C M Y K H S L
Decimal 183 59 8 0 0.68 0.96 0.28 17.49 0.92 0.37
Hex B7 3B 8 0 44 60 1C 11 5C 25
Octal 267 73 10 0 104 140 34 21 134 45
Binary 10110111 111011 1000 0 1000100 1100000 11100 10001 1011100 100101

Color Harmonies of #B73B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B08

Black with #B73B08

Text Example


Text Example

White with #B73B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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