Html Css Color HEX #BF164E Cardinal

📋 copy color: '#BF164E'

red 191 ◦ green 22 ◦ blue 78

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

Shades of Cardinal #BF164E

Tints of Cardinal #BF164E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 65.64%
G = 7.56%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF164E (or 0xBF164E) is known color: Cardinal. HEX triplet: BF, 16 and 4E. RGB value is (191,22,78). Sum of RGB (Red+Green+Blue) = 191+22+78=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF164E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF164E is #40E9B1. Grayscale: #4E4E4E. Windows color (decimal): -4254130 or 5117631. OLE color: 5117631.

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

Color convert

RGB 191 22 78 -
CMYK 0 0.88 0.59 0.25
HSL 340.12º 0.79% 0.42% -
HSV(B) 340.12º 0.88% 0.75% -
XYZ 23.15 12.2 8.34 -
YUV 78.92 127.49 207.95 -
System Red Green Blue C M Y K H S L
Decimal 191 22 78 0 0.88 0.59 0.25 340.12 0.79 0.42
Hex BF 16 4E 0 58 3B 19 154 4F 2A
Octal 277 26 116 0 130 73 31 524 117 52
Binary 10111111 10110 1001110 0 1011000 111011 11001 101010100 1001111 101010

Color Harmonies of #BF164E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF164E

Black with #BF164E

Text Example


Text Example

White with #BF164E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF164E; }

 p { color: rgb(191,22,78); }

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

background-color css

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

 a { background-color: rgb(191,22,78); }

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

border-color css

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

 span { border-color: rgb(191,22,78); }

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