Html Css Color HEX #BF104E Cardinal

📋 copy color: '#BF104E'

red 191 ◦ green 16 ◦ blue 78

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

Shades of Cardinal #BF104E

Tints of Cardinal #BF104E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

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

R = 67.02%
G = 5.61%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF104E (or 0xBF104E) is known color: Cardinal. HEX triplet: BF, 10 and 4E. RGB value is (191,16,78). Sum of RGB (Red+Green+Blue) = 191+16+78=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF104E is #40EFB1. Grayscale: #4B4B4B. Windows color (decimal): -4255666 or 5116095. OLE color: 5116095.

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

Color convert

RGB 191 16 78 -
CMYK 0 0.92 0.59 0.25
HSL 338.74º 0.85% 0.41% -
HSV(B) 338.74º 0.92% 0.75% -
XYZ 23.05 12 8.31 -
YUV 75.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 191 16 78 0 0.92 0.59 0.25 338.74 0.85 0.41
Hex BF 10 4E 0 5C 3B 19 153 55 29
Octal 277 20 116 0 134 73 31 523 125 51
Binary 10111111 10000 1001110 0 1011100 111011 11001 101010011 1010101 101001

Color Harmonies of #BF104E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF104E

Black with #BF104E

Text Example


Text Example

White with #BF104E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF104E; }

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

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

background-color css

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

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

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

border-color css

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

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

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