Html Css Color HEX #BC0144 Cardinal

📋 copy color: '#BC0144'

red 188 ◦ green 1 ◦ blue 68

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

Shades of Cardinal #BC0144

Tints of Cardinal #BC0144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 68 (26.95% from 255) = 26.46%

R = 73.15%
G = 0.39%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC0144 (or 0xBC0144) is known color: Cardinal. HEX triplet: BC, 01 and 44. RGB value is (188,1,68). Sum of RGB (Red+Green+Blue) = 188+1+68=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0144 is #43FEBB. Grayscale: #404040. Windows color (decimal): -4456124 or 4456892. OLE color: 4456892.

HSL color Cylindrical-coordinate representation of color #BC0144: hue angle of 338.5º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0144 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 68 -
CMYK 0 0.99 0.64 0.26
HSL 338.5º 0.99% 0.37% -
HSV(B) 338.5º 0.99% 0.74% -
XYZ 21.79 11.13 6.47 -
YUV 64.55 129.95 216.05 -
System Red Green Blue C M Y K H S L
Decimal 188 1 68 0 0.99 0.64 0.26 338.5 0.99 0.37
Hex BC 1 44 0 63 40 1A 153 63 25
Octal 274 1 104 0 143 100 32 523 143 45
Binary 10111100 1 1000100 0 1100011 1000000 11010 101010011 1100011 100101

Color Harmonies of #BC0144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0144

Black with #BC0144

Text Example


Text Example

White with #BC0144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0144; }

 p { color: rgb(188,1,68); }

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

background-color css

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

 a { background-color: rgb(188,1,68); }

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

border-color css

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

 span { border-color: rgb(188,1,68); }

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