Html Css Color HEX #B73718 Rust

📋 copy color: '#B73718'

red 183 ◦ green 55 ◦ blue 24

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

Shades of Rust #B73718

Tints of Rust #B73718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 69.85%
G = 20.99%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B73718 (or 0xB73718) is known color: Rust. HEX triplet: B7, 37 and 18. RGB value is (183,55,24). Sum of RGB (Red+Green+Blue) = 183+55+24=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B73718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73718 is #48C8E7. Grayscale: #595959. Windows color (decimal): -4770024 or 1587127. OLE color: 1587127.

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

Color convert

RGB 183 55 24 -
CMYK 0 0.70 0.87 0.28
HSL 11.7º 0.77% 0.41% -
HSV(B) 11.7º 0.87% 0.72% -
XYZ 21.06 12.87 2.24 -
YUV 89.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 183 55 24 0 0.70 0.87 0.28 11.7 0.77 0.41
Hex B7 37 18 0 46 57 1C C 4D 29
Octal 267 67 30 0 106 127 34 14 115 51
Binary 10110111 110111 11000 0 1000110 1010111 11100 1100 1001101 101001

Color Harmonies of #B73718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73718

Black with #B73718

Text Example


Text Example

White with #B73718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73718; }

 p { color: rgb(183,55,24); }

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

background-color css

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

 a { background-color: rgb(183,55,24); }

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

border-color css

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

 span { border-color: rgb(183,55,24); }

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