Html Css Color HEX #BF1648 Cardinal

📋 copy color: '#BF1648'

red 191 ◦ green 22 ◦ blue 72

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

Shades of Cardinal #BF1648

Tints of Cardinal #BF1648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 67.02%
G = 7.72%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF1648 (or 0xBF1648) is known color: Cardinal. HEX triplet: BF, 16 and 48. RGB value is (191,22,72). Sum of RGB (Red+Green+Blue) = 191+22+72=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1648 is #40E9B7. Grayscale: #4E4E4E. Windows color (decimal): -4254136 or 4724415. OLE color: 4724415.

HSL color Cylindrical-coordinate representation of color #BF1648: hue angle of 342.25º 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 #BF1648 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 22 72 -
CMYK 0 0.88 0.62 0.25
HSL 342.25º 0.79% 0.42% -
HSV(B) 342.25º 0.88% 0.75% -
XYZ 22.94 12.12 7.26 -
YUV 78.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 191 22 72 0 0.88 0.62 0.25 342.25 0.79 0.42
Hex BF 16 48 0 58 3E 19 156 4F 2A
Octal 277 26 110 0 130 76 31 526 117 52
Binary 10111111 10110 1001000 0 1011000 111110 11001 101010110 1001111 101010

Color Harmonies of #BF1648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1648

Black with #BF1648

Text Example


Text Example

White with #BF1648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1648; }

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

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

background-color css

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

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

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

border-color css

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

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

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