Html Css Color HEX #B73F3F Medium Carmine

📋 copy color: '#B73F3F'

red 183 ◦ green 63 ◦ blue 63

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

Shades of Medium Carmine #B73F3F

Tints of Medium Carmine #B73F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.39%

R = 59.22%
G = 20.39%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B73F3F (or 0xB73F3F) is known color: Medium Carmine. HEX triplet: B7, 3F and 3F. RGB value is (183,63,63). Sum of RGB (Red+Green+Blue) = 183+63+63=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73F3F is #48C0C0. Grayscale: #636363. Windows color (decimal): -4767937 or 4145079. OLE color: 4145079.

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

Color convert

RGB 183 63 63 -
CMYK 0 0.66 0.66 0.28
HSL 0.49% 0.48% -
HSV(B) 0.66% 0.72% -
XYZ 22.2 13.98 6.23 -
YUV 98.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 183 63 63 0 0.66 0.66 0.28 0 0.49 0.48
Hex B7 3F 3F 0 42 42 1C 0 31 30
Octal 267 77 77 0 102 102 34 0 61 60
Binary 10110111 111111 111111 0 1000010 1000010 11100 0 110001 110000

Color Harmonies of #B73F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73F3F

Black with #B73F3F

Text Example


Text Example

White with #B73F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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