Html Css Color HEX #B73108 Rust

📋 copy color: '#B73108'

red 183 ◦ green 49 ◦ blue 8

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

Shades of Rust #B73108

Tints of Rust #B73108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

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

R = 76.25%
G = 20.42%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B73108 (or 0xB73108) is known color: Rust. HEX triplet: B7, 31 and 08. RGB value is (183,49,8). Sum of RGB (Red+Green+Blue) = 183+49+8=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B73108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73108 is #48CEF7. Grayscale: #545454. Windows color (decimal): -4771576 or 537015. OLE color: 537015.

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

Color convert

RGB 183 49 8 -
CMYK 0 0.73 0.96 0.28
HSL 14.06º 0.92% 0.37% -
HSV(B) 14.06º 0.96% 0.72% -
XYZ 20.67 12.28 1.51 -
YUV 84.39 84.89 198.33 -
System Red Green Blue C M Y K H S L
Decimal 183 49 8 0 0.73 0.96 0.28 14.06 0.92 0.37
Hex B7 31 8 0 49 60 1C E 5C 25
Octal 267 61 10 0 111 140 34 16 134 45
Binary 10110111 110001 1000 0 1001001 1100000 11100 1110 1011100 100101

Color Harmonies of #B73108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73108

Black with #B73108

Text Example


Text Example

White with #B73108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73108; }

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

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

background-color css

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

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

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

border-color css

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

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

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