Html Css Color HEX #BF1746 Cardinal

📋 copy color: '#BF1746'

red 191 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #BF1746

Tints of Cardinal #BF1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 67.25%
G = 8.1%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF1746 (or 0xBF1746) is known color: Cardinal. HEX triplet: BF, 17 and 46. RGB value is (191,23,70). Sum of RGB (Red+Green+Blue) = 191+23+70=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1746 is #40E8B9. Grayscale: #4E4E4E. Windows color (decimal): -4253882 or 4593599. OLE color: 4593599.

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

Color convert

RGB 191 23 70 -
CMYK 0 0.88 0.63 0.25
HSL 343.21º 0.79% 0.42% -
HSV(B) 343.21º 0.88% 0.75% -
XYZ 22.9 12.13 6.93 -
YUV 78.59 123.16 208.18 -
System Red Green Blue C M Y K H S L
Decimal 191 23 70 0 0.88 0.63 0.25 343.21 0.79 0.42
Hex BF 17 46 0 58 3F 19 157 4F 2A
Octal 277 27 106 0 130 77 31 527 117 52
Binary 10111111 10111 1000110 0 1011000 111111 11001 101010111 1001111 101010

Color Harmonies of #BF1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1746

Black with #BF1746

Text Example


Text Example

White with #BF1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1746; }

 p { color: rgb(191,23,70); }

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

background-color css

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

 a { background-color: rgb(191,23,70); }

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

border-color css

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

 span { border-color: rgb(191,23,70); }

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