Html Css Color HEX #BF3D29 Medium Carmine

📋 copy color: '#BF3D29'

red 191 ◦ green 61 ◦ blue 41

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

Shades of Medium Carmine #BF3D29

Tints of Medium Carmine #BF3D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 65.19%
G = 20.82%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF3D29 (or 0xBF3D29) is known color: Medium Carmine. HEX triplet: BF, 3D and 29. RGB value is (191,61,41). Sum of RGB (Red+Green+Blue) = 191+61+41=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D29 is #40C2D6. Grayscale: #616161. Windows color (decimal): -4244183 or 2702783. OLE color: 2702783.

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

Color convert

RGB 191 61 41 -
CMYK 0 0.68 0.79 0.25
HSL 0.65% 0.45% -
HSV(B) 0.79% 0.75% -
XYZ 23.55 14.57 3.67 -
YUV 97.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 191 61 41 0 0.68 0.79 0.25 8 0.65 0.45
Hex BF 3D 29 0 44 4F 19 8 41 2D
Octal 277 75 51 0 104 117 31 10 101 55
Binary 10111111 111101 101001 0 1000100 1001111 11001 1000 1000001 101101

Color Harmonies of #BF3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3D29

Black with #BF3D29

Text Example


Text Example

White with #BF3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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