Html Css Color HEX #B73C0D Rust

📋 copy color: '#B73C0D'

red 183 ◦ green 60 ◦ blue 13

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

Shades of Rust #B73C0D

Tints of Rust #B73C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 71.48%
G = 23.44%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B73C0D (or 0xB73C0D) is known color: Rust. HEX triplet: B7, 3C and 0D. RGB value is (183,60,13). Sum of RGB (Red+Green+Blue) = 183+60+13=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C0D is #48C3F2. Grayscale: #5B5B5B. Windows color (decimal): -4768755 or 867511. OLE color: 867511.

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

Color convert

RGB 183 60 13 -
CMYK 0 0.67 0.93 0.28
HSL 16.59º 0.87% 0.38% -
HSV(B) 16.59º 0.93% 0.72% -
XYZ 21.22 13.33 1.84 -
YUV 91.42 83.75 193.32 -
System Red Green Blue C M Y K H S L
Decimal 183 60 13 0 0.67 0.93 0.28 16.59 0.87 0.38
Hex B7 3C D 0 43 5D 1C 11 57 26
Octal 267 74 15 0 103 135 34 21 127 46
Binary 10110111 111100 1101 0 1000011 1011101 11100 10001 1010111 100110

Color Harmonies of #B73C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73C0D

Black with #B73C0D

Text Example


Text Example

White with #B73C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73C0D; }

 p { color: rgb(183,60,13); }

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

background-color css

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

 a { background-color: rgb(183,60,13); }

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

border-color css

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

 span { border-color: rgb(183,60,13); }

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