Html Css Color HEX #BC1343 Cardinal

📋 copy color: '#BC1343'

red 188 ◦ green 19 ◦ blue 67

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

Shades of Cardinal #BC1343

Tints of Cardinal #BC1343

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 68.61%
G = 6.93%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC1343 (or 0xBC1343) is known color: Cardinal. HEX triplet: BC, 13 and 43. RGB value is (188,19,67). Sum of RGB (Red+Green+Blue) = 188+19+67=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1343 is #43ECBC. Grayscale: #4A4A4A. Windows color (decimal): -4451517 or 4395964. OLE color: 4395964.

HSL color Cylindrical-coordinate representation of color #BC1343: hue angle of 342.96º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1343 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 67 -
CMYK 0 0.90 0.64 0.26
HSL 342.96º 0.82% 0.41% -
HSV(B) 342.96º 0.9% 0.74% -
XYZ 21.99 11.56 6.38 -
YUV 75 123.49 208.6 -
System Red Green Blue C M Y K H S L
Decimal 188 19 67 0 0.90 0.64 0.26 342.96 0.82 0.41
Hex BC 13 43 0 5A 40 1A 157 52 29
Octal 274 23 103 0 132 100 32 527 122 51
Binary 10111100 10011 1000011 0 1011010 1000000 11010 101010111 1010010 101001

Color Harmonies of #BC1343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1343

Black with #BC1343

Text Example


Text Example

White with #BC1343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1343; }

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

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

background-color css

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

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

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

border-color css

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

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

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