Html Css Color HEX #BF0E47 Cardinal

📋 copy color: '#BF0E47'

red 191 ◦ green 14 ◦ blue 71

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

Shades of Cardinal #BF0E47

Tints of Cardinal #BF0E47

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 69.2%
G = 5.07%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF0E47 (or 0xBF0E47) is known color: Cardinal. HEX triplet: BF, 0E and 47. RGB value is (191,14,71). Sum of RGB (Red+Green+Blue) = 191+14+71=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E47 is #40F1B8. Grayscale: #494949. Windows color (decimal): -4256185 or 4656831. OLE color: 4656831.

HSL color Cylindrical-coordinate representation of color #BF0E47: hue angle of 340.68º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E47 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 14 71 -
CMYK 0 0.93 0.63 0.25
HSL 340.68º 0.86% 0.4% -
HSV(B) 340.68º 0.93% 0.75% -
XYZ 22.78 11.85 7.05 -
YUV 73.42 126.64 211.87 -
System Red Green Blue C M Y K H S L
Decimal 191 14 71 0 0.93 0.63 0.25 340.68 0.86 0.4
Hex BF E 47 0 5D 3F 19 155 56 28
Octal 277 16 107 0 135 77 31 525 126 50
Binary 10111111 1110 1000111 0 1011101 111111 11001 101010101 1010110 101000

Color Harmonies of #BF0E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E47

Black with #BF0E47

Text Example


Text Example

White with #BF0E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E47; }

 p { color: rgb(191,14,71); }

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

background-color css

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

 a { background-color: rgb(191,14,71); }

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

border-color css

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

 span { border-color: rgb(191,14,71); }

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