Html Css Color HEX #BC1A31 Cardinal

📋 copy color: '#BC1A31'

red 188 ◦ green 26 ◦ blue 49

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

Shades of Cardinal #BC1A31

Tints of Cardinal #BC1A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 71.48%
G = 9.89%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC1A31 (or 0xBC1A31) is known color: Cardinal. HEX triplet: BC, 1A and 31. RGB value is (188,26,49). Sum of RGB (Red+Green+Blue) = 188+26+49=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A31 is #43E5CE. Grayscale: #4D4D4D. Windows color (decimal): -4449743 or 3218108. OLE color: 3218108.

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

Color convert

RGB 188 26 49 -
CMYK 0 0.86 0.74 0.26
HSL 351.48º 0.76% 0.42% -
HSV(B) 351.48º 0.86% 0.74% -
XYZ 21.66 11.65 4.01 -
YUV 77.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 188 26 49 0 0.86 0.74 0.26 351.48 0.76 0.42
Hex BC 1A 31 0 56 4A 1A 15F 4C 2A
Octal 274 32 61 0 126 112 32 537 114 52
Binary 10111100 11010 110001 0 1010110 1001010 11010 101011111 1001100 101010

Color Harmonies of #BC1A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A31

Black with #BC1A31

Text Example


Text Example

White with #BC1A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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