Html Css Color HEX #BC1633 Cardinal

📋 copy color: '#BC1633'

red 188 ◦ green 22 ◦ blue 51

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

Shades of Cardinal #BC1633

Tints of Cardinal #BC1633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 72.03%
G = 8.43%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC1633 (or 0xBC1633) is known color: Cardinal. HEX triplet: BC, 16 and 33. RGB value is (188,22,51). Sum of RGB (Red+Green+Blue) = 188+22+51=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1633 is #43E9CC. Grayscale: #4A4A4A. Windows color (decimal): -4450765 or 3348156. OLE color: 3348156.

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

Color convert

RGB 188 22 51 -
CMYK 0 0.88 0.73 0.26
HSL 349.52º 0.79% 0.41% -
HSV(B) 349.52º 0.88% 0.74% -
XYZ 21.62 11.5 4.21 -
YUV 74.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 188 22 51 0 0.88 0.73 0.26 349.52 0.79 0.41
Hex BC 16 33 0 58 49 1A 15E 4F 29
Octal 274 26 63 0 130 111 32 536 117 51
Binary 10111100 10110 110011 0 1011000 1001001 11010 101011110 1001111 101001

Color Harmonies of #BC1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1633

Black with #BC1633

Text Example


Text Example

White with #BC1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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