Html Css Color HEX #BC164C Cardinal

📋 copy color: '#BC164C'

red 188 ◦ green 22 ◦ blue 76

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

Shades of Cardinal #BC164C

Tints of Cardinal #BC164C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 65.73%
G = 7.69%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC164C (or 0xBC164C) is known color: Cardinal. HEX triplet: BC, 16 and 4C. RGB value is (188,22,76). Sum of RGB (Red+Green+Blue) = 188+22+76=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC164C is #43E9B3. Grayscale: #4D4D4D. Windows color (decimal): -4450740 or 4986556. OLE color: 4986556.

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

Color convert

RGB 188 22 76 -
CMYK 0 0.88 0.60 0.26
HSL 340.48º 0.79% 0.41% -
HSV(B) 340.48º 0.88% 0.74% -
XYZ 22.33 11.79 7.94 -
YUV 77.79 127 206.61 -
System Red Green Blue C M Y K H S L
Decimal 188 22 76 0 0.88 0.60 0.26 340.48 0.79 0.41
Hex BC 16 4C 0 58 3C 1A 154 4F 29
Octal 274 26 114 0 130 74 32 524 117 51
Binary 10111100 10110 1001100 0 1011000 111100 11010 101010100 1001111 101001

Color Harmonies of #BC164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC164C

Black with #BC164C

Text Example


Text Example

White with #BC164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC164C; }

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

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

background-color css

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

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

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

border-color css

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

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

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