Html Css Color HEX #BF3C28 Medium Carmine

📋 copy color: '#BF3C28'

red 191 ◦ green 60 ◦ blue 40

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

Shades of Medium Carmine #BF3C28

Tints of Medium Carmine #BF3C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.75%

R = 65.64%
G = 20.62%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF3C28 (or 0xBF3C28) is known color: Medium Carmine. HEX triplet: BF, 3C and 28. RGB value is (191,60,40). Sum of RGB (Red+Green+Blue) = 191+60+40=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C28 is #40C3D7. Grayscale: #616161. Windows color (decimal): -4244440 or 2636991. OLE color: 2636991.

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

Color convert

RGB 191 60 40 -
CMYK 0 0.69 0.79 0.25
HSL 7.95º 0.65% 0.45% -
HSV(B) 7.95º 0.79% 0.75% -
XYZ 23.48 14.46 3.56 -
YUV 96.89 95.9 195.13 -
System Red Green Blue C M Y K H S L
Decimal 191 60 40 0 0.69 0.79 0.25 7.95 0.65 0.45
Hex BF 3C 28 0 45 4F 19 8 41 2D
Octal 277 74 50 0 105 117 31 10 101 55
Binary 10111111 111100 101000 0 1000101 1001111 11001 1000 1000001 101101

Color Harmonies of #BF3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C28

Black with #BF3C28

Text Example


Text Example

White with #BF3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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