Html Css Color HEX #BF3C2F Medium Carmine

📋 copy color: '#BF3C2F'

red 191 ◦ green 60 ◦ blue 47

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

Shades of Medium Carmine #BF3C2F

Tints of Medium Carmine #BF3C2F

RGB

 RED value IS 191 (75% from 255) = 64.09%

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

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

R = 64.09%
G = 20.13%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF3C2F (or 0xBF3C2F) is known color: Medium Carmine. HEX triplet: BF, 3C and 2F. RGB value is (191,60,47). Sum of RGB (Red+Green+Blue) = 191+60+47=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C2F is #40C3D0. Grayscale: #616161. Windows color (decimal): -4244433 or 3095743. OLE color: 3095743.

HSL color Cylindrical-coordinate representation of color #BF3C2F: hue angle of 5.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3C2F is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 60 47 -
CMYK 0 0.69 0.75 0.25
HSL 5.42º 0.61% 0.47% -
HSV(B) 5.42º 0.75% 0.75% -
XYZ 23.61 14.51 4.25 -
YUV 97.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 191 60 47 0 0.69 0.75 0.25 5.42 0.61 0.47
Hex BF 3C 2F 0 45 4B 19 5 3D 2F
Octal 277 74 57 0 105 113 31 5 75 57
Binary 10111111 111100 101111 0 1000101 1001011 11001 101 111101 101111

Color Harmonies of #BF3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C2F

Black with #BF3C2F

Text Example


Text Example

White with #BF3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C2F; }

 p { color: rgb(191,60,47); }

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

background-color css

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

 a { background-color: rgb(191,60,47); }

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

border-color css

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

 span { border-color: rgb(191,60,47); }

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