Html Css Color HEX #BC1945 Cardinal

📋 copy color: '#BC1945'

red 188 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #BC1945

Tints of Cardinal #BC1945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

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

R = 66.67%
G = 8.87%
B = 24.47%

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

#BC1945 (or 0xBC1945) is known color: Cardinal. HEX triplet: BC, 19 and 45. RGB value is (188,25,69). Sum of RGB (Red+Green+Blue) = 188+25+69=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1945 is #43E6BA. Grayscale: #4E4E4E. Windows color (decimal): -4449979 or 4528572. OLE color: 4528572.

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

Color convert

RGB 188 25 69 -
CMYK 0 0.87 0.63 0.26
HSL 343.8º 0.77% 0.42% -
HSV(B) 343.8º 0.87% 0.74% -
XYZ 22.16 11.82 6.74 -
YUV 78.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 188 25 69 0 0.87 0.63 0.26 343.8 0.77 0.42
Hex BC 19 45 0 57 3F 1A 158 4D 2A
Octal 274 31 105 0 127 77 32 530 115 52
Binary 10111100 11001 1000101 0 1010111 111111 11010 101011000 1001101 101010

Color Harmonies of #BC1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1945

Black with #BC1945

Text Example


Text Example

White with #BC1945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1945; }

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

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

background-color css

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

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

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

border-color css

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

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

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