Html Css Color HEX #BF3C32 Medium Carmine

📋 copy color: '#BF3C32'

red 191 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #BF3C32

Tints of Medium Carmine #BF3C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 63.46%
G = 19.93%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF3C32 (or 0xBF3C32) is known color: Medium Carmine. HEX triplet: BF, 3C and 32. RGB value is (191,60,50). Sum of RGB (Red+Green+Blue) = 191+60+50=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C32 is #40C3CD. Grayscale: #626262. Windows color (decimal): -4244430 or 3292351. OLE color: 3292351.

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

Color convert

RGB 191 60 50 -
CMYK 0 0.69 0.74 0.25
HSL 4.26º 0.59% 0.47% -
HSV(B) 4.26º 0.74% 0.75% -
XYZ 23.68 14.54 4.58 -
YUV 98.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 191 60 50 0 0.69 0.74 0.25 4.26 0.59 0.47
Hex BF 3C 32 0 45 4A 19 4 3B 2F
Octal 277 74 62 0 105 112 31 4 73 57
Binary 10111111 111100 110010 0 1000101 1001010 11001 100 111011 101111

Color Harmonies of #BF3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3C32

Black with #BF3C32

Text Example


Text Example

White with #BF3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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