Html Css Color HEX #BF1448 Cardinal

📋 copy color: '#BF1448'

red 191 ◦ green 20 ◦ blue 72

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

Shades of Cardinal #BF1448

Tints of Cardinal #BF1448

RGB

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

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

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

R = 67.49%
G = 7.07%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF1448 (or 0xBF1448) is known color: Cardinal. HEX triplet: BF, 14 and 48. RGB value is (191,20,72). Sum of RGB (Red+Green+Blue) = 191+20+72=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1448 is #40EBB7. Grayscale: #4D4D4D. Windows color (decimal): -4254648 or 4723903. OLE color: 4723903.

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

Color convert

RGB 191 20 72 -
CMYK 0 0.90 0.62 0.25
HSL 341.75º 0.81% 0.41% -
HSV(B) 341.75º 0.9% 0.75% -
XYZ 22.91 12.04 7.25 -
YUV 77.06 125.15 209.27 -
System Red Green Blue C M Y K H S L
Decimal 191 20 72 0 0.90 0.62 0.25 341.75 0.81 0.41
Hex BF 14 48 0 5A 3E 19 156 51 29
Octal 277 24 110 0 132 76 31 526 121 51
Binary 10111111 10100 1001000 0 1011010 111110 11001 101010110 1010001 101001

Color Harmonies of #BF1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1448

Black with #BF1448

Text Example


Text Example

White with #BF1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1448; }

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

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

background-color css

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

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

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

border-color css

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

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

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