Html Css Color HEX #BF3D2D Medium Carmine

📋 copy color: '#BF3D2D'

red 191 ◦ green 61 ◦ blue 45

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

Shades of Medium Carmine #BF3D2D

Tints of Medium Carmine #BF3D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 64.31%
G = 20.54%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF3D2D (or 0xBF3D2D) is known color: Medium Carmine. HEX triplet: BF, 3D and 2D. RGB value is (191,61,45). Sum of RGB (Red+Green+Blue) = 191+61+45=297 (39% of max value = 765). Red value is 191 (75% from 255 or 64.31% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D2D is #40C2D2. Grayscale: #626262. Windows color (decimal): -4244179 or 2964927. OLE color: 2964927.

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

Color convert

RGB 191 61 45 -
CMYK 0 0.68 0.76 0.25
HSL 6.58º 0.62% 0.46% -
HSV(B) 6.58º 0.76% 0.75% -
XYZ 23.63 14.6 4.06 -
YUV 98.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 191 61 45 0 0.68 0.76 0.25 6.58 0.62 0.46
Hex BF 3D 2D 0 44 4C 19 7 3E 2E
Octal 277 75 55 0 104 114 31 7 76 56
Binary 10111111 111101 101101 0 1000100 1001100 11001 111 111110 101110

Color Harmonies of #BF3D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D2D

Black with #BF3D2D

Text Example


Text Example

White with #BF3D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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