Html Css Color HEX #BC1A39 Cardinal

📋 copy color: '#BC1A39'

red 188 ◦ green 26 ◦ blue 57

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

Shades of Cardinal #BC1A39

Tints of Cardinal #BC1A39

RGB

 RED value IS 188 (73.83% from 255) = 69.37%

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

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 69.37%
G = 9.59%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC1A39 (or 0xBC1A39) is known color: Cardinal. HEX triplet: BC, 1A and 39. RGB value is (188,26,57). Sum of RGB (Red+Green+Blue) = 188+26+57=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A39 is #43E5C6. Grayscale: #4E4E4E. Windows color (decimal): -4449735 or 3742396. OLE color: 3742396.

HSL color Cylindrical-coordinate representation of color #BC1A39: hue angle of 348.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A39 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 57 -
CMYK 0 0.86 0.70 0.26
HSL 348.52º 0.76% 0.42% -
HSV(B) 348.52º 0.86% 0.74% -
XYZ 21.85 11.73 4.98 -
YUV 77.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 188 26 57 0 0.86 0.70 0.26 348.52 0.76 0.42
Hex BC 1A 39 0 56 46 1A 15D 4C 2A
Octal 274 32 71 0 126 106 32 535 114 52
Binary 10111100 11010 111001 0 1010110 1000110 11010 101011101 1001100 101010

Color Harmonies of #BC1A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A39

Black with #BC1A39

Text Example


Text Example

White with #BC1A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A39; }

 p { color: rgb(188,26,57); }

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

background-color css

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

 a { background-color: rgb(188,26,57); }

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

border-color css

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

 span { border-color: rgb(188,26,57); }

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