Html Css Color HEX #BC1342 Cardinal

📋 copy color: '#BC1342'

red 188 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #BC1342

Tints of Cardinal #BC1342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 68.86%
G = 6.96%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC1342 (or 0xBC1342) is known color: Cardinal. HEX triplet: BC, 13 and 42. RGB value is (188,19,66). Sum of RGB (Red+Green+Blue) = 188+19+66=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1342 is #43ECBD. Grayscale: #4A4A4A. Windows color (decimal): -4451518 or 4330428. OLE color: 4330428.

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

Color convert

RGB 188 19 66 -
CMYK 0 0.90 0.65 0.26
HSL 343.31º 0.82% 0.41% -
HSV(B) 343.31º 0.9% 0.74% -
XYZ 21.96 11.55 6.23 -
YUV 74.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 188 19 66 0 0.90 0.65 0.26 343.31 0.82 0.41
Hex BC 13 42 0 5A 41 1A 157 52 29
Octal 274 23 102 0 132 101 32 527 122 51
Binary 10111100 10011 1000010 0 1011010 1000001 11010 101010111 1010010 101001

Color Harmonies of #BC1342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1342

Black with #BC1342

Text Example


Text Example

White with #BC1342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1342; }

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

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

background-color css

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

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

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

border-color css

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

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

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