Html Css Color HEX #BF114F Cardinal

📋 copy color: '#BF114F'

red 191 ◦ green 17 ◦ blue 79

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

Shades of Cardinal #BF114F

Tints of Cardinal #BF114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

 BLUE value IS 79 (31.25% from 255) = 27.53%

R = 66.55%
G = 5.92%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF114F (or 0xBF114F) is known color: Cardinal. HEX triplet: BF, 11 and 4F. RGB value is (191,17,79). Sum of RGB (Red+Green+Blue) = 191+17+79=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF114F is #40EEB0. Grayscale: #4C4C4C. Windows color (decimal): -4255409 or 5181887. OLE color: 5181887.

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

Color convert

RGB 191 17 79 -
CMYK 0 0.91 0.59 0.25
HSL 338.62º 0.84% 0.41% -
HSV(B) 338.62º 0.91% 0.75% -
XYZ 23.1 12.04 8.5 -
YUV 76.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 191 17 79 0 0.91 0.59 0.25 338.62 0.84 0.41
Hex BF 11 4F 0 5B 3B 19 153 54 29
Octal 277 21 117 0 133 73 31 523 124 51
Binary 10111111 10001 1001111 0 1011011 111011 11001 101010011 1010100 101001

Color Harmonies of #BF114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF114F

Black with #BF114F

Text Example


Text Example

White with #BF114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF114F; }

 p { color: rgb(191,17,79); }

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

background-color css

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

 a { background-color: rgb(191,17,79); }

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

border-color css

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

 span { border-color: rgb(191,17,79); }

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