Html Css Color HEX #BC0146 Cardinal

📋 copy color: '#BC0146'

red 188 ◦ green 1 ◦ blue 70

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

Shades of Cardinal #BC0146

Tints of Cardinal #BC0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 72.59%
G = 0.39%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC0146 (or 0xBC0146) is known color: Cardinal. HEX triplet: BC, 01 and 46. RGB value is (188,1,70). Sum of RGB (Red+Green+Blue) = 188+1+70=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0146 is #43FEB9. Grayscale: #404040. Windows color (decimal): -4456122 or 4587964. OLE color: 4587964.

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

Color convert

RGB 188 1 70 -
CMYK 0 0.99 0.63 0.26
HSL 337.86º 0.99% 0.37% -
HSV(B) 337.86º 0.99% 0.74% -
XYZ 21.86 11.16 6.8 -
YUV 64.78 130.95 215.89 -
System Red Green Blue C M Y K H S L
Decimal 188 1 70 0 0.99 0.63 0.26 337.86 0.99 0.37
Hex BC 1 46 0 63 3F 1A 152 63 25
Octal 274 1 106 0 143 77 32 522 143 45
Binary 10111100 1 1000110 0 1100011 111111 11010 101010010 1100011 100101

Color Harmonies of #BC0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0146

Black with #BC0146

Text Example


Text Example

White with #BC0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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