Html Css Color HEX #BC0E45 Cardinal

📋 copy color: '#BC0E45'

red 188 ◦ green 14 ◦ blue 69

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

Shades of Cardinal #BC0E45

Tints of Cardinal #BC0E45

RGB

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

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

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

R = 69.37%
G = 5.17%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC0E45 (or 0xBC0E45) is known color: Cardinal. HEX triplet: BC, 0E and 45. RGB value is (188,14,69). Sum of RGB (Red+Green+Blue) = 188+14+69=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E45 is #43F1BA. Grayscale: #484848. Windows color (decimal): -4452795 or 4525756. OLE color: 4525756.

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

Color convert

RGB 188 14 69 -
CMYK 0 0.93 0.63 0.26
HSL 341.03º 0.86% 0.4% -
HSV(B) 341.03º 0.93% 0.74% -
XYZ 21.97 11.44 6.68 -
YUV 72.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 188 14 69 0 0.93 0.63 0.26 341.03 0.86 0.4
Hex BC E 45 0 5D 3F 1A 155 56 28
Octal 274 16 105 0 135 77 32 525 126 50
Binary 10111100 1110 1000101 0 1011101 111111 11010 101010101 1010110 101000

Color Harmonies of #BC0E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0E45

Black with #BC0E45

Text Example


Text Example

White with #BC0E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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