Html Css Color HEX #B73A1B Rust

📋 copy color: '#B73A1B'

red 183 ◦ green 58 ◦ blue 27

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

Shades of Rust #B73A1B

Tints of Rust #B73A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 68.28%
G = 21.64%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B73A1B (or 0xB73A1B) is known color: Rust. HEX triplet: B7, 3A and 1B. RGB value is (183,58,27). Sum of RGB (Red+Green+Blue) = 183+58+27=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A1B is #48C5E4. Grayscale: #5C5C5C. Windows color (decimal): -4769253 or 1784503. OLE color: 1784503.

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

Color convert

RGB 183 58 27 -
CMYK 0 0.68 0.85 0.28
HSL 11.92º 0.74% 0.41% -
HSV(B) 11.92º 0.85% 0.72% -
XYZ 21.24 13.17 2.46 -
YUV 91.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 183 58 27 0 0.68 0.85 0.28 11.92 0.74 0.41
Hex B7 3A 1B 0 44 55 1C C 4A 29
Octal 267 72 33 0 104 125 34 14 112 51
Binary 10110111 111010 11011 0 1000100 1010101 11100 1100 1001010 101001

Color Harmonies of #B73A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73A1B

Black with #B73A1B

Text Example


Text Example

White with #B73A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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