Html Css Color HEX #BC1A43 Cardinal

📋 copy color: '#BC1A43'

red 188 ◦ green 26 ◦ blue 67

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

Shades of Cardinal #BC1A43

Tints of Cardinal #BC1A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.84%

R = 66.9%
G = 9.25%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC1A43 (or 0xBC1A43) is known color: Cardinal. HEX triplet: BC, 1A and 43. RGB value is (188,26,67). Sum of RGB (Red+Green+Blue) = 188+26+67=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A43 is #43E5BC. Grayscale: #4F4F4F. Windows color (decimal): -4449725 or 4397756. OLE color: 4397756.

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

Color convert

RGB 188 26 67 -
CMYK 0 0.86 0.64 0.26
HSL 344.81º 0.76% 0.42% -
HSV(B) 344.81º 0.86% 0.74% -
XYZ 22.12 11.84 6.43 -
YUV 79.11 121.17 205.67 -
System Red Green Blue C M Y K H S L
Decimal 188 26 67 0 0.86 0.64 0.26 344.81 0.76 0.42
Hex BC 1A 43 0 56 40 1A 159 4C 2A
Octal 274 32 103 0 126 100 32 531 114 52
Binary 10111100 11010 1000011 0 1010110 1000000 11010 101011001 1001100 101010

Color Harmonies of #BC1A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A43

Black with #BC1A43

Text Example


Text Example

White with #BC1A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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