Html Css Color HEX #B73B1A Rust

📋 copy color: '#B73B1A'

red 183 ◦ green 59 ◦ blue 26

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

Shades of Rust #B73B1A

Tints of Rust #B73B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 68.28%
G = 22.01%
B = 9.7%

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

#B73B1A (or 0xB73B1A) is known color: Rust. HEX triplet: B7, 3B and 1A. RGB value is (183,59,26). Sum of RGB (Red+Green+Blue) = 183+59+26=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B1A is #48C4E5. Grayscale: #5C5C5C. Windows color (decimal): -4768998 or 1719223. OLE color: 1719223.

HSL color Cylindrical-coordinate representation of color #B73B1A: hue angle of 12.61º degrees, saturation: 0.75, 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 #B73B1A is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 26 -
CMYK 0 0.68 0.86 0.28
HSL 12.61º 0.75% 0.41% -
HSV(B) 12.61º 0.86% 0.72% -
XYZ 21.28 13.27 2.42 -
YUV 92.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 183 59 26 0 0.68 0.86 0.28 12.61 0.75 0.41
Hex B7 3B 1A 0 44 56 1C D 4B 29
Octal 267 73 32 0 104 126 34 15 113 51
Binary 10110111 111011 11010 0 1000100 1010110 11100 1101 1001011 101001

Color Harmonies of #B73B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73B1A

Black with #B73B1A

Text Example


Text Example

White with #B73B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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