Html Css Color HEX #B73A1D Rust

📋 copy color: '#B73A1D'

red 183 ◦ green 58 ◦ blue 29

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

Shades of Rust #B73A1D

Tints of Rust #B73A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 67.78%
G = 21.48%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B73A1D (or 0xB73A1D) is known color: Rust. HEX triplet: B7, 3A and 1D. RGB value is (183,58,29). Sum of RGB (Red+Green+Blue) = 183+58+29=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A1D is #48C5E2. Grayscale: #5C5C5C. Windows color (decimal): -4769251 or 1915575. OLE color: 1915575.

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

Color convert

RGB 183 58 29 -
CMYK 0 0.68 0.84 0.28
HSL 11.3º 0.73% 0.42% -
HSV(B) 11.3º 0.84% 0.72% -
XYZ 21.26 13.18 2.59 -
YUV 92.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 183 58 29 0 0.68 0.84 0.28 11.3 0.73 0.42
Hex B7 3A 1D 0 44 54 1C B 49 2A
Octal 267 72 35 0 104 124 34 13 111 52
Binary 10110111 111010 11101 0 1000100 1010100 11100 1011 1001001 101010

Color Harmonies of #B73A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A1D

Black with #B73A1D

Text Example


Text Example

White with #B73A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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