Html Css Color HEX #BC1A2C Cardinal

📋 copy color: '#BC1A2C'

red 188 ◦ green 26 ◦ blue 44

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

Shades of Cardinal #BC1A2C

Tints of Cardinal #BC1A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 72.87%
G = 10.08%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC1A2C (or 0xBC1A2C) is known color: Cardinal. HEX triplet: BC, 1A and 2C. RGB value is (188,26,44). Sum of RGB (Red+Green+Blue) = 188+26+44=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A2C is #43E5D3. Grayscale: #4C4C4C. Windows color (decimal): -4449748 or 2890428. OLE color: 2890428.

HSL color Cylindrical-coordinate representation of color #BC1A2C: hue angle of 353.33º 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 #BC1A2C is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 44 -
CMYK 0 0.86 0.77 0.26
HSL 353.33º 0.76% 0.42% -
HSV(B) 353.33º 0.86% 0.74% -
XYZ 21.56 11.61 3.49 -
YUV 76.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 188 26 44 0 0.86 0.77 0.26 353.33 0.76 0.42
Hex BC 1A 2C 0 56 4D 1A 161 4C 2A
Octal 274 32 54 0 126 115 32 541 114 52
Binary 10111100 11010 101100 0 1010110 1001101 11010 101100001 1001100 101010

Color Harmonies of #BC1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A2C

Black with #BC1A2C

Text Example


Text Example

White with #BC1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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