Html Css Color HEX #B73A21 Rust

📋 copy color: '#B73A21'

red 183 ◦ green 58 ◦ blue 33

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

Shades of Rust #B73A21

Tints of Rust #B73A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.04%

R = 66.79%
G = 21.17%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B73A21 (or 0xB73A21) is known color: Rust. HEX triplet: B7, 3A and 21. RGB value is (183,58,33). Sum of RGB (Red+Green+Blue) = 183+58+33=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A21 is #48C5DE. Grayscale: #5C5C5C. Windows color (decimal): -4769247 or 2177719. OLE color: 2177719.

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

Color convert

RGB 183 58 33 -
CMYK 0 0.68 0.82 0.28
HSL 10º 0.69% 0.42% -
HSV(B) 10º 0.82% 0.72% -
XYZ 21.32 13.2 2.86 -
YUV 92.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 183 58 33 0 0.68 0.82 0.28 10 0.69 0.42
Hex B7 3A 21 0 44 52 1C A 45 2A
Octal 267 72 41 0 104 122 34 12 105 52
Binary 10110111 111010 100001 0 1000100 1010010 11100 1010 1000101 101010

Color Harmonies of #B73A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A21

Black with #B73A21

Text Example


Text Example

White with #B73A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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