Html Css Color HEX #BC1845 Cardinal

📋 copy color: '#BC1845'

red 188 ◦ green 24 ◦ blue 69

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

Shades of Cardinal #BC1845

Tints of Cardinal #BC1845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 66.9%
G = 8.54%
B = 24.56%

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

#BC1845 (or 0xBC1845) is known color: Cardinal. HEX triplet: BC, 18 and 45. RGB value is (188,24,69). Sum of RGB (Red+Green+Blue) = 188+24+69=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1845 is #43E7BA. Grayscale: #4E4E4E. Windows color (decimal): -4450235 or 4528316. OLE color: 4528316.

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

Color convert

RGB 188 24 69 -
CMYK 0 0.87 0.63 0.26
HSL 343.54º 0.77% 0.42% -
HSV(B) 343.54º 0.87% 0.74% -
XYZ 22.14 11.77 6.74 -
YUV 78.17 122.83 206.34 -
System Red Green Blue C M Y K H S L
Decimal 188 24 69 0 0.87 0.63 0.26 343.54 0.77 0.42
Hex BC 18 45 0 57 3F 1A 158 4D 2A
Octal 274 30 105 0 127 77 32 530 115 52
Binary 10111100 11000 1000101 0 1010111 111111 11010 101011000 1001101 101010

Color Harmonies of #BC1845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1845

Black with #BC1845

Text Example


Text Example

White with #BC1845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1845; }

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

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

background-color css

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

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

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

border-color css

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

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

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