Html Css Color HEX #BC1846 Cardinal

📋 copy color: '#BC1846'

red 188 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #BC1846

Tints of Cardinal #BC1846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 66.67%
G = 8.51%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC1846 (or 0xBC1846) is known color: Cardinal. HEX triplet: BC, 18 and 46. RGB value is (188,24,70). Sum of RGB (Red+Green+Blue) = 188+24+70=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1846 is #43E7B9. Grayscale: #4E4E4E. Windows color (decimal): -4450234 or 4593852. OLE color: 4593852.

HSL color Cylindrical-coordinate representation of color #BC1846: hue angle of 343.17º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1846 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 24 70 -
CMYK 0 0.87 0.63 0.26
HSL 343.17º 0.77% 0.42% -
HSV(B) 343.17º 0.87% 0.74% -
XYZ 22.17 11.79 6.9 -
YUV 78.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 188 24 70 0 0.87 0.63 0.26 343.17 0.77 0.42
Hex BC 18 46 0 57 3F 1A 157 4D 2A
Octal 274 30 106 0 127 77 32 527 115 52
Binary 10111100 11000 1000110 0 1010111 111111 11010 101010111 1001101 101010

Color Harmonies of #BC1846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1846

Black with #BC1846

Text Example


Text Example

White with #BC1846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1846; }

 p { color: rgb(188,24,70); }

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

background-color css

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

 a { background-color: rgb(188,24,70); }

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

border-color css

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

 span { border-color: rgb(188,24,70); }

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