Html Css Color HEX #BF144F Cardinal

📋 copy color: '#BF144F'

red 191 ◦ green 20 ◦ blue 79

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

Shades of Cardinal #BF144F

Tints of Cardinal #BF144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 65.86%
G = 6.9%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF144F (or 0xBF144F) is known color: Cardinal. HEX triplet: BF, 14 and 4F. RGB value is (191,20,79). Sum of RGB (Red+Green+Blue) = 191+20+79=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF144F is #40EBB0. Grayscale: #4D4D4D. Windows color (decimal): -4254641 or 5182655. OLE color: 5182655.

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

Color convert

RGB 191 20 79 -
CMYK 0 0.90 0.59 0.25
HSL 339.3º 0.81% 0.41% -
HSV(B) 339.3º 0.9% 0.75% -
XYZ 23.15 12.14 8.52 -
YUV 77.86 128.65 208.7 -
System Red Green Blue C M Y K H S L
Decimal 191 20 79 0 0.90 0.59 0.25 339.3 0.81 0.41
Hex BF 14 4F 0 5A 3B 19 153 51 29
Octal 277 24 117 0 132 73 31 523 121 51
Binary 10111111 10100 1001111 0 1011010 111011 11001 101010011 1010001 101001

Color Harmonies of #BF144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF144F

Black with #BF144F

Text Example


Text Example

White with #BF144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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