Html Css Color HEX #BC1644 Cardinal

📋 copy color: '#BC1644'

red 188 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #BC1644

Tints of Cardinal #BC1644

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 68 (26.95% from 255) = 24.46%

R = 67.63%
G = 7.91%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC1644 (or 0xBC1644) is known color: Cardinal. HEX triplet: BC, 16 and 44. RGB value is (188,22,68). Sum of RGB (Red+Green+Blue) = 188+22+68=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1644 is #43E9BB. Grayscale: #4C4C4C. Windows color (decimal): -4450748 or 4462268. OLE color: 4462268.

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

Color convert

RGB 188 22 68 -
CMYK 0 0.88 0.64 0.26
HSL 343.37º 0.79% 0.41% -
HSV(B) 343.37º 0.88% 0.74% -
XYZ 22.07 11.68 6.56 -
YUV 76.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 188 22 68 0 0.88 0.64 0.26 343.37 0.79 0.41
Hex BC 16 44 0 58 40 1A 157 4F 29
Octal 274 26 104 0 130 100 32 527 117 51
Binary 10111100 10110 1000100 0 1011000 1000000 11010 101010111 1001111 101001

Color Harmonies of #BC1644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1644

Black with #BC1644

Text Example


Text Example

White with #BC1644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1644; }

 p { color: rgb(188,22,68); }

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

background-color css

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

 a { background-color: rgb(188,22,68); }

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

border-color css

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

 span { border-color: rgb(188,22,68); }

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