Html Css Color HEX #BF3C2B Medium Carmine

📋 copy color: '#BF3C2B'

red 191 ◦ green 60 ◦ blue 43

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

Shades of Medium Carmine #BF3C2B

Tints of Medium Carmine #BF3C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 64.97%
G = 20.41%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF3C2B (or 0xBF3C2B) is known color: Medium Carmine. HEX triplet: BF, 3C and 2B. RGB value is (191,60,43). Sum of RGB (Red+Green+Blue) = 191+60+43=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C2B is #40C3D4. Grayscale: #616161. Windows color (decimal): -4244437 or 2833599. OLE color: 2833599.

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

Color convert

RGB 191 60 43 -
CMYK 0 0.69 0.77 0.25
HSL 6.89º 0.63% 0.46% -
HSV(B) 6.89º 0.77% 0.75% -
XYZ 23.54 14.48 3.84 -
YUV 97.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 191 60 43 0 0.69 0.77 0.25 6.89 0.63 0.46
Hex BF 3C 2B 0 45 4D 19 7 3F 2E
Octal 277 74 53 0 105 115 31 7 77 56
Binary 10111111 111100 101011 0 1000101 1001101 11001 111 111111 101110

Color Harmonies of #BF3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C2B

Black with #BF3C2B

Text Example


Text Example

White with #BF3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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