Html Css Color HEX #B73107 Rust

📋 copy color: '#B73107'

red 183 ◦ green 49 ◦ blue 7

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

Shades of Rust #B73107

Tints of Rust #B73107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.93%

R = 76.57%
G = 20.5%
B = 2.93%

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

#B73107 (or 0xB73107) is known color: Rust. HEX triplet: B7, 31 and 07. RGB value is (183,49,7). Sum of RGB (Red+Green+Blue) = 183+49+7=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B73107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73107 is #48CEF8. Grayscale: #545454. Windows color (decimal): -4771577 or 471479. OLE color: 471479.

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

Color convert

RGB 183 49 7 -
CMYK 0 0.73 0.96 0.28
HSL 14.32º 0.93% 0.37% -
HSV(B) 14.32º 0.96% 0.72% -
XYZ 20.67 12.28 1.48 -
YUV 84.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 183 49 7 0 0.73 0.96 0.28 14.32 0.93 0.37
Hex B7 31 7 0 49 60 1C E 5D 25
Octal 267 61 7 0 111 140 34 16 135 45
Binary 10110111 110001 111 0 1001001 1100000 11100 1110 1011101 100101

Color Harmonies of #B73107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73107

Black with #B73107

Text Example


Text Example

White with #B73107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73107; }

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

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

background-color css

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

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

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

border-color css

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

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

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