Html Css Color HEX #BF192E Cardinal

📋 copy color: '#BF192E'

red 191 ◦ green 25 ◦ blue 46

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

Shades of Cardinal #BF192E

Tints of Cardinal #BF192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.56%

R = 72.9%
G = 9.54%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF192E (or 0xBF192E) is known color: Cardinal. HEX triplet: BF, 19 and 2E. RGB value is (191,25,46). Sum of RGB (Red+Green+Blue) = 191+25+46=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF192E is #40E6D1. Grayscale: #4D4D4D. Windows color (decimal): -4253394 or 3021247. OLE color: 3021247.

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

Color convert

RGB 191 25 46 -
CMYK 0 0.87 0.76 0.25
HSL 352.41º 0.77% 0.42% -
HSV(B) 352.41º 0.87% 0.75% -
XYZ 22.33 11.97 3.72 -
YUV 77.03 110.5 209.29 -
System Red Green Blue C M Y K H S L
Decimal 191 25 46 0 0.87 0.76 0.25 352.41 0.77 0.42
Hex BF 19 2E 0 57 4C 19 160 4D 2A
Octal 277 31 56 0 127 114 31 540 115 52
Binary 10111111 11001 101110 0 1010111 1001100 11001 101100000 1001101 101010

Color Harmonies of #BF192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF192E

Black with #BF192E

Text Example


Text Example

White with #BF192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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