Html Css Color HEX #BF1942 Cardinal

📋 copy color: '#BF1942'

red 191 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #BF1942

Tints of Cardinal #BF1942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 67.73%
G = 8.87%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF1942 (or 0xBF1942) is known color: Cardinal. HEX triplet: BF, 19 and 42. RGB value is (191,25,66). Sum of RGB (Red+Green+Blue) = 191+25+66=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1942 is #40E6BD. Grayscale: #4F4F4F. Windows color (decimal): -4253374 or 4331967. OLE color: 4331967.

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

Color convert

RGB 191 25 66 -
CMYK 0 0.87 0.65 0.25
HSL 345.18º 0.77% 0.42% -
HSV(B) 345.18º 0.87% 0.75% -
XYZ 22.82 12.16 6.3 -
YUV 79.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 191 25 66 0 0.87 0.65 0.25 345.18 0.77 0.42
Hex BF 19 42 0 57 41 19 159 4D 2A
Octal 277 31 102 0 127 101 31 531 115 52
Binary 10111111 11001 1000010 0 1010111 1000001 11001 101011001 1001101 101010

Color Harmonies of #BF1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1942

Black with #BF1942

Text Example


Text Example

White with #BF1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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