Html Css Color HEX #B93F3F Medium Carmine

📋 copy color: '#B93F3F'

red 185 ◦ green 63 ◦ blue 63

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

Shades of Medium Carmine #B93F3F

Tints of Medium Carmine #B93F3F

RGB

 RED value IS 185 (72.66% from 255) = 59.49%

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

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

R = 59.49%
G = 20.26%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B93F3F (or 0xB93F3F) is known color: Medium Carmine. HEX triplet: B9, 3F and 3F. RGB value is (185,63,63). Sum of RGB (Red+Green+Blue) = 185+63+63=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F3F is #46C0C0. Grayscale: #636363. Windows color (decimal): -4636865 or 4145081. OLE color: 4145081.

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

Color convert

RGB 185 63 63 -
CMYK 0 0.66 0.66 0.27
HSL 0.49% 0.49% -
HSV(B) 0.66% 0.73% -
XYZ 22.68 14.23 6.25 -
YUV 99.48 107.42 189 -
System Red Green Blue C M Y K H S L
Decimal 185 63 63 0 0.66 0.66 0.27 0 0.49 0.49
Hex B9 3F 3F 0 42 42 1B 0 31 31
Octal 271 77 77 0 102 102 33 0 61 61
Binary 10111001 111111 111111 0 1000010 1000010 11011 0 110001 110001

Color Harmonies of #B93F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F3F

Black with #B93F3F

Text Example


Text Example

White with #B93F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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