Html Css Color HEX #BC1A3A Cardinal

📋 copy color: '#BC1A3A'

red 188 ◦ green 26 ◦ blue 58

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

Shades of Cardinal #BC1A3A

Tints of Cardinal #BC1A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 69.12%
G = 9.56%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC1A3A (or 0xBC1A3A) is known color: Cardinal. HEX triplet: BC, 1A and 3A. RGB value is (188,26,58). Sum of RGB (Red+Green+Blue) = 188+26+58=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A3A is #43E5C5. Grayscale: #4E4E4E. Windows color (decimal): -4449734 or 3807932. OLE color: 3807932.

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

Color convert

RGB 188 26 58 -
CMYK 0 0.86 0.69 0.26
HSL 348.15º 0.76% 0.42% -
HSV(B) 348.15º 0.86% 0.74% -
XYZ 21.87 11.74 5.12 -
YUV 78.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 188 26 58 0 0.86 0.69 0.26 348.15 0.76 0.42
Hex BC 1A 3A 0 56 45 1A 15C 4C 2A
Octal 274 32 72 0 126 105 32 534 114 52
Binary 10111100 11010 111010 0 1010110 1000101 11010 101011100 1001100 101010

Color Harmonies of #BC1A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A3A

Black with #BC1A3A

Text Example


Text Example

White with #BC1A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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