Html Css Color HEX #BF1442 Cardinal

📋 copy color: '#BF1442'

red 191 ◦ green 20 ◦ blue 66

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

Shades of Cardinal #BF1442

Tints of Cardinal #BF1442

RGB

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

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

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

R = 68.95%
G = 7.22%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF1442 (or 0xBF1442) is known color: Cardinal. HEX triplet: BF, 14 and 42. RGB value is (191,20,66). Sum of RGB (Red+Green+Blue) = 191+20+66=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1442 is #40EBBD. Grayscale: #4C4C4C. Windows color (decimal): -4254654 or 4330687. OLE color: 4330687.

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

Color convert

RGB 191 20 66 -
CMYK 0 0.90 0.65 0.25
HSL 343.86º 0.81% 0.41% -
HSV(B) 343.86º 0.9% 0.75% -
XYZ 22.72 11.97 6.27 -
YUV 76.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 191 20 66 0 0.90 0.65 0.25 343.86 0.81 0.41
Hex BF 14 42 0 5A 41 19 158 51 29
Octal 277 24 102 0 132 101 31 530 121 51
Binary 10111111 10100 1000010 0 1011010 1000001 11001 101011000 1010001 101001

Color Harmonies of #BF1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1442

Black with #BF1442

Text Example


Text Example

White with #BF1442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1442; }

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

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

background-color css

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

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

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

border-color css

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

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

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