Html Css Color HEX #BC0E4A Cardinal

📋 copy color: '#BC0E4A'

red 188 ◦ green 14 ◦ blue 74

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

Shades of Cardinal #BC0E4A

Tints of Cardinal #BC0E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 74 (29.3% from 255) = 26.81%

R = 68.12%
G = 5.07%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC0E4A (or 0xBC0E4A) is known color: Cardinal. HEX triplet: BC, 0E and 4A. RGB value is (188,14,74). Sum of RGB (Red+Green+Blue) = 188+14+74=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E4A is #43F1B5. Grayscale: #484848. Windows color (decimal): -4452790 or 4853436. OLE color: 4853436.

HSL color Cylindrical-coordinate representation of color #BC0E4A: hue angle of 339.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E4A is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 14 74 -
CMYK 0 0.93 0.61 0.26
HSL 339.31º 0.86% 0.4% -
HSV(B) 339.31º 0.93% 0.74% -
XYZ 22.13 11.5 7.53 -
YUV 72.87 128.65 210.12 -
System Red Green Blue C M Y K H S L
Decimal 188 14 74 0 0.93 0.61 0.26 339.31 0.86 0.4
Hex BC E 4A 0 5D 3D 1A 153 56 28
Octal 274 16 112 0 135 75 32 523 126 50
Binary 10111100 1110 1001010 0 1011101 111101 11010 101010011 1010110 101000

Color Harmonies of #BC0E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E4A

Black with #BC0E4A

Text Example


Text Example

White with #BC0E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E4A; }

 p { color: rgb(188,14,74); }

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

background-color css

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

 a { background-color: rgb(188,14,74); }

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

border-color css

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

 span { border-color: rgb(188,14,74); }

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