Html Css Color HEX #B73D0C Rust

📋 copy color: '#B73D0C'

red 183 ◦ green 61 ◦ blue 12

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

Shades of Rust #B73D0C

Tints of Rust #B73D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.83%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 71.48%
G = 23.83%
B = 4.69%

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

#B73D0C (or 0xB73D0C) is known color: Rust. HEX triplet: B7, 3D and 0C. RGB value is (183,61,12). Sum of RGB (Red+Green+Blue) = 183+61+12=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D0C is #48C2F3. Grayscale: #5C5C5C. Windows color (decimal): -4768500 or 802231. OLE color: 802231.

HSL color Cylindrical-coordinate representation of color #B73D0C: hue angle of 17.19º degrees, saturation: 0.88, 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 #B73D0C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 61 12 -
CMYK 0 0.67 0.93 0.28
HSL 17.19º 0.88% 0.38% -
HSV(B) 17.19º 0.93% 0.72% -
XYZ 21.26 13.43 1.82 -
YUV 91.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 183 61 12 0 0.67 0.93 0.28 17.19 0.88 0.38
Hex B7 3D C 0 43 5D 1C 11 58 26
Octal 267 75 14 0 103 135 34 21 130 46
Binary 10110111 111101 1100 0 1000011 1011101 11100 10001 1011000 100110

Color Harmonies of #B73D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73D0C

Black with #B73D0C

Text Example


Text Example

White with #B73D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73D0C; }

 p { color: rgb(183,61,12); }

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

background-color css

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

 a { background-color: rgb(183,61,12); }

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

border-color css

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

 span { border-color: rgb(183,61,12); }

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