Html Css Color HEX #BF193C Cardinal

📋 copy color: '#BF193C'

red 191 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #BF193C

Tints of Cardinal #BF193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 69.2%
G = 9.06%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF193C (or 0xBF193C) is known color: Cardinal. HEX triplet: BF, 19 and 3C. RGB value is (191,25,60). Sum of RGB (Red+Green+Blue) = 191+25+60=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF193C is #40E6C3. Grayscale: #4E4E4E. Windows color (decimal): -4253380 or 3938751. OLE color: 3938751.

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

Color convert

RGB 191 25 60 -
CMYK 0 0.87 0.69 0.25
HSL 347.35º 0.77% 0.42% -
HSV(B) 347.35º 0.87% 0.75% -
XYZ 22.65 12.1 5.42 -
YUV 78.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 191 25 60 0 0.87 0.69 0.25 347.35 0.77 0.42
Hex BF 19 3C 0 57 45 19 15B 4D 2A
Octal 277 31 74 0 127 105 31 533 115 52
Binary 10111111 11001 111100 0 1010111 1000101 11001 101011011 1001101 101010

Color Harmonies of #BF193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF193C

Black with #BF193C

Text Example


Text Example

White with #BF193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF193C; }

 p { color: rgb(191,25,60); }

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

background-color css

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

 a { background-color: rgb(191,25,60); }

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

border-color css

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

 span { border-color: rgb(191,25,60); }

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