Html Css Color HEX #BC1A3C Cardinal

📋 copy color: '#BC1A3C'

red 188 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #BC1A3C

Tints of Cardinal #BC1A3C

RGB

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

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

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

R = 68.61%
G = 9.49%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC1A3C (or 0xBC1A3C) is known color: Cardinal. HEX triplet: BC, 1A and 3C. RGB value is (188,26,60). Sum of RGB (Red+Green+Blue) = 188+26+60=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A3C is #43E5C3. Grayscale: #4E4E4E. Windows color (decimal): -4449732 or 3939004. OLE color: 3939004.

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

Color convert

RGB 188 26 60 -
CMYK 0 0.86 0.68 0.26
HSL 347.41º 0.76% 0.42% -
HSV(B) 347.41º 0.86% 0.74% -
XYZ 21.92 11.76 5.39 -
YUV 78.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 188 26 60 0 0.86 0.68 0.26 347.41 0.76 0.42
Hex BC 1A 3C 0 56 44 1A 15B 4C 2A
Octal 274 32 74 0 126 104 32 533 114 52
Binary 10111100 11010 111100 0 1010110 1000100 11010 101011011 1001100 101010

Color Harmonies of #BC1A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A3C

Black with #BC1A3C

Text Example


Text Example

White with #BC1A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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