Html Css Color HEX #BF1342 Cardinal

📋 copy color: '#BF1342'

red 191 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #BF1342

Tints of Cardinal #BF1342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

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

R = 69.2%
G = 6.88%
B = 23.91%

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

#BF1342 (or 0xBF1342) is known color: Cardinal. HEX triplet: BF, 13 and 42. RGB value is (191,19,66). Sum of RGB (Red+Green+Blue) = 191+19+66=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1342 is #40ECBD. Grayscale: #4B4B4B. Windows color (decimal): -4254910 or 4330431. OLE color: 4330431.

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

Color convert

RGB 191 19 66 -
CMYK 0 0.90 0.65 0.25
HSL 343.6º 0.82% 0.41% -
HSV(B) 343.6º 0.9% 0.75% -
XYZ 22.7 11.94 6.26 -
YUV 75.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 191 19 66 0 0.90 0.65 0.25 343.6 0.82 0.41
Hex BF 13 42 0 5A 41 19 158 52 29
Octal 277 23 102 0 132 101 31 530 122 51
Binary 10111111 10011 1000010 0 1011010 1000001 11001 101011000 1010010 101001

Color Harmonies of #BF1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1342

Black with #BF1342

Text Example


Text Example

White with #BF1342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1342; }

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

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

background-color css

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

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

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

border-color css

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

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

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