Html Css Color HEX #BC104F Cardinal

📋 copy color: '#BC104F'

red 188 ◦ green 16 ◦ blue 79

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

Shades of Cardinal #BC104F

Tints of Cardinal #BC104F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 66.43%
G = 5.65%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC104F (or 0xBC104F) is known color: Cardinal. HEX triplet: BC, 10 and 4F. RGB value is (188,16,79). Sum of RGB (Red+Green+Blue) = 188+16+79=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC104F is #43EFB0. Grayscale: #4A4A4A. Windows color (decimal): -4452273 or 5181628. OLE color: 5181628.

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

Color convert

RGB 188 16 79 -
CMYK 0 0.91 0.58 0.26
HSL 338.02º 0.84% 0.4% -
HSV(B) 338.02º 0.91% 0.74% -
XYZ 22.34 11.63 8.46 -
YUV 74.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 188 16 79 0 0.91 0.58 0.26 338.02 0.84 0.4
Hex BC 10 4F 0 5B 3A 1A 152 54 28
Octal 274 20 117 0 133 72 32 522 124 50
Binary 10111100 10000 1001111 0 1011011 111010 11010 101010010 1010100 101000

Color Harmonies of #BC104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC104F

Black with #BC104F

Text Example


Text Example

White with #BC104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC104F; }

 p { color: rgb(188,16,79); }

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

background-color css

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

 a { background-color: rgb(188,16,79); }

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

border-color css

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

 span { border-color: rgb(188,16,79); }

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