Html Css Color HEX #BF3F38 Medium Carmine

📋 copy color: '#BF3F38'

red 191 ◦ green 63 ◦ blue 56

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

Shades of Medium Carmine #BF3F38

Tints of Medium Carmine #BF3F38

RGB

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

 GREEN value IS 63 (25% from 255) = 20.32%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 61.61%
G = 20.32%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF3F38 (or 0xBF3F38) is known color: Medium Carmine. HEX triplet: BF, 3F and 38. RGB value is (191,63,56). Sum of RGB (Red+Green+Blue) = 191+63+56=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F38 is #40C0C7. Grayscale: #646464. Windows color (decimal): -4243656 or 3686335. OLE color: 3686335.

HSL color Cylindrical-coordinate representation of color #BF3F38: hue angle of 3.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3F38 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 63 56 -
CMYK 0 0.67 0.71 0.25
HSL 3.11º 0.55% 0.48% -
HSV(B) 3.11º 0.71% 0.75% -
XYZ 23.98 14.92 5.36 -
YUV 100.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 191 63 56 0 0.67 0.71 0.25 3.11 0.55 0.48
Hex BF 3F 38 0 43 47 19 3 37 30
Octal 277 77 70 0 103 107 31 3 67 60
Binary 10111111 111111 111000 0 1000011 1000111 11001 11 110111 110000

Color Harmonies of #BF3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3F38

Black with #BF3F38

Text Example


Text Example

White with #BF3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3F38; }

 p { color: rgb(191,63,56); }

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

background-color css

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

 a { background-color: rgb(191,63,56); }

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

border-color css

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

 span { border-color: rgb(191,63,56); }

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