Html Css Color HEX #B73A19 Rust

📋 copy color: '#B73A19'

red 183 ◦ green 58 ◦ blue 25

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

Shades of Rust #B73A19

Tints of Rust #B73A19

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 68.8%
G = 21.8%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B73A19 (or 0xB73A19) is known color: Rust. HEX triplet: B7, 3A and 19. RGB value is (183,58,25). Sum of RGB (Red+Green+Blue) = 183+58+25=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73A19 is #48C5E6. Grayscale: #5B5B5B. Windows color (decimal): -4769255 or 1653431. OLE color: 1653431.

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

Color convert

RGB 183 58 25 -
CMYK 0 0.68 0.86 0.28
HSL 12.53º 0.76% 0.41% -
HSV(B) 12.53º 0.86% 0.72% -
XYZ 21.22 13.16 2.34 -
YUV 91.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 183 58 25 0 0.68 0.86 0.28 12.53 0.76 0.41
Hex B7 3A 19 0 44 56 1C D 4C 29
Octal 267 72 31 0 104 126 34 15 114 51
Binary 10110111 111010 11001 0 1000100 1010110 11100 1101 1001100 101001

Color Harmonies of #B73A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A19

Black with #B73A19

Text Example


Text Example

White with #B73A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A19; }

 p { color: rgb(183,58,25); }

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

background-color css

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

 a { background-color: rgb(183,58,25); }

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

border-color css

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

 span { border-color: rgb(183,58,25); }

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