Html Css Color HEX #BF3D2C Medium Carmine

📋 copy color: '#BF3D2C'

red 191 ◦ green 61 ◦ blue 44

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

Shades of Medium Carmine #BF3D2C

Tints of Medium Carmine #BF3D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 64.53%
G = 20.61%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF3D2C (or 0xBF3D2C) is known color: Medium Carmine. HEX triplet: BF, 3D and 2C. RGB value is (191,61,44). Sum of RGB (Red+Green+Blue) = 191+61+44=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D2C is #40C2D3. Grayscale: #626262. Windows color (decimal): -4244180 or 2899391. OLE color: 2899391.

HSL color Cylindrical-coordinate representation of color #BF3D2C: hue angle of 6.94º 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 #BF3D2C is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 61 44 -
CMYK 0 0.68 0.77 0.25
HSL 6.94º 0.63% 0.46% -
HSV(B) 6.94º 0.77% 0.75% -
XYZ 23.61 14.6 3.96 -
YUV 97.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 191 61 44 0 0.68 0.77 0.25 6.94 0.63 0.46
Hex BF 3D 2C 0 44 4D 19 7 3F 2E
Octal 277 75 54 0 104 115 31 7 77 56
Binary 10111111 111101 101100 0 1000100 1001101 11001 111 111111 101110

Color Harmonies of #BF3D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D2C

Black with #BF3D2C

Text Example


Text Example

White with #BF3D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D2C; }

 p { color: rgb(191,61,44); }

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

background-color css

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

 a { background-color: rgb(191,61,44); }

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

border-color css

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

 span { border-color: rgb(191,61,44); }

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