Html Css Color HEX #BC0139 Cardinal

📋 copy color: '#BC0139'

red 188 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #BC0139

Tints of Cardinal #BC0139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.17%

R = 76.42%
G = 0.41%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC0139 (or 0xBC0139) is known color: Cardinal. HEX triplet: BC, 01 and 39. RGB value is (188,1,57). Sum of RGB (Red+Green+Blue) = 188+1+57=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 57 (22.66% from 255 or 23.17% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0139 is #43FEC6. Grayscale: #3F3F3F. Windows color (decimal): -4456135 or 3735996. OLE color: 3735996.

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

Color convert

RGB 188 1 57 -
CMYK 0 0.99 0.70 0.26
HSL 342.03º 0.99% 0.37% -
HSV(B) 342.03º 0.99% 0.74% -
XYZ 21.49 11.01 4.86 -
YUV 63.3 124.45 216.95 -
System Red Green Blue C M Y K H S L
Decimal 188 1 57 0 0.99 0.70 0.26 342.03 0.99 0.37
Hex BC 1 39 0 63 46 1A 156 63 25
Octal 274 1 71 0 143 106 32 526 143 45
Binary 10111100 1 111001 0 1100011 1000110 11010 101010110 1100011 100101

Color Harmonies of #BC0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0139

Black with #BC0139

Text Example


Text Example

White with #BC0139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0139; }

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

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

background-color css

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

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

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

border-color css

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

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

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