Html Css Color HEX #BF1742 Cardinal

📋 copy color: '#BF1742'

red 191 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #BF1742

Tints of Cardinal #BF1742

RGB

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

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

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

R = 68.21%
G = 8.21%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF1742 (or 0xBF1742) is known color: Cardinal. HEX triplet: BF, 17 and 42. RGB value is (191,23,66). Sum of RGB (Red+Green+Blue) = 191+23+66=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1742 is #40E8BD. Grayscale: #4E4E4E. Windows color (decimal): -4253886 or 4331455. OLE color: 4331455.

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

Color convert

RGB 191 23 66 -
CMYK 0 0.88 0.65 0.25
HSL 344.64º 0.79% 0.42% -
HSV(B) 344.64º 0.88% 0.75% -
XYZ 22.78 12.08 6.29 -
YUV 78.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 191 23 66 0 0.88 0.65 0.25 344.64 0.79 0.42
Hex BF 17 42 0 58 41 19 159 4F 2A
Octal 277 27 102 0 130 101 31 531 117 52
Binary 10111111 10111 1000010 0 1011000 1000001 11001 101011001 1001111 101010

Color Harmonies of #BF1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1742

Black with #BF1742

Text Example


Text Example

White with #BF1742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1742; }

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

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

background-color css

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

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

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

border-color css

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

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

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