Html Css Color HEX #B73F2F Medium Carmine

📋 copy color: '#B73F2F'

red 183 ◦ green 63 ◦ blue 47

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

Shades of Medium Carmine #B73F2F

Tints of Medium Carmine #B73F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 62.46%
G = 21.5%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B73F2F (or 0xB73F2F) is known color: Medium Carmine. HEX triplet: B7, 3F and 2F. RGB value is (183,63,47). Sum of RGB (Red+Green+Blue) = 183+63+47=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F2F is #48C0D0. Grayscale: #616161. Windows color (decimal): -4767953 or 3096503. OLE color: 3096503.

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

Color convert

RGB 183 63 47 -
CMYK 0 0.66 0.74 0.28
HSL 7.06º 0.59% 0.45% -
HSV(B) 7.06º 0.74% 0.72% -
XYZ 21.82 13.83 4.21 -
YUV 97.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 183 63 47 0 0.66 0.74 0.28 7.06 0.59 0.45
Hex B7 3F 2F 0 42 4A 1C 7 3B 2D
Octal 267 77 57 0 102 112 34 7 73 55
Binary 10110111 111111 101111 0 1000010 1001010 11100 111 111011 101101

Color Harmonies of #B73F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F2F

Black with #B73F2F

Text Example


Text Example

White with #B73F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F2F; }

 p { color: rgb(183,63,47); }

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

background-color css

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

 a { background-color: rgb(183,63,47); }

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

border-color css

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

 span { border-color: rgb(183,63,47); }

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