Html Css Color HEX #BC1445 Cardinal

📋 copy color: '#BC1445'

red 188 ◦ green 20 ◦ blue 69

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

Shades of Cardinal #BC1445

Tints of Cardinal #BC1445

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 67.87%
G = 7.22%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC1445 (or 0xBC1445) is known color: Cardinal. HEX triplet: BC, 14 and 45. RGB value is (188,20,69). Sum of RGB (Red+Green+Blue) = 188+20+69=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1445 is #43EBBA. Grayscale: #4B4B4B. Windows color (decimal): -4451259 or 4527292. OLE color: 4527292.

HSL color Cylindrical-coordinate representation of color #BC1445: hue angle of 342.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1445 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 69 -
CMYK 0 0.89 0.63 0.26
HSL 342.5º 0.81% 0.41% -
HSV(B) 342.5º 0.89% 0.74% -
XYZ 22.06 11.62 6.71 -
YUV 75.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 188 20 69 0 0.89 0.63 0.26 342.5 0.81 0.41
Hex BC 14 45 0 59 3F 1A 156 51 29
Octal 274 24 105 0 131 77 32 526 121 51
Binary 10111100 10100 1000101 0 1011001 111111 11010 101010110 1010001 101001

Color Harmonies of #BC1445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1445

Black with #BC1445

Text Example


Text Example

White with #BC1445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1445; }

 p { color: rgb(188,20,69); }

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

background-color css

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

 a { background-color: rgb(188,20,69); }

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

border-color css

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

 span { border-color: rgb(188,20,69); }

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