Html Css Color HEX #BF1A3C Cardinal

📋 copy color: '#BF1A3C'

red 191 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #BF1A3C

Tints of Cardinal #BF1A3C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 68.95%
G = 9.39%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF1A3C (or 0xBF1A3C) is known color: Cardinal. HEX triplet: BF, 1A and 3C. RGB value is (191,26,60). Sum of RGB (Red+Green+Blue) = 191+26+60=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1A3C is #40E5C3. Grayscale: #4F4F4F. Windows color (decimal): -4253124 or 3939007. OLE color: 3939007.

HSL color Cylindrical-coordinate representation of color #BF1A3C: hue angle of 347.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A3C is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 26 60 -
CMYK 0 0.86 0.69 0.25
HSL 347.64º 0.76% 0.43% -
HSV(B) 347.64º 0.86% 0.75% -
XYZ 22.67 12.14 5.42 -
YUV 79.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 191 26 60 0 0.86 0.69 0.25 347.64 0.76 0.43
Hex BF 1A 3C 0 56 45 19 15C 4C 2B
Octal 277 32 74 0 126 105 31 534 114 53
Binary 10111111 11010 111100 0 1010110 1000101 11001 101011100 1001100 101011

Color Harmonies of #BF1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1A3C

Black with #BF1A3C

Text Example


Text Example

White with #BF1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1A3C; }

 p { color: rgb(191,26,60); }

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

background-color css

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

 a { background-color: rgb(191,26,60); }

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

border-color css

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

 span { border-color: rgb(191,26,60); }

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