Html Css Color HEX #BC104D Cardinal

📋 copy color: '#BC104D'

red 188 ◦ green 16 ◦ blue 77

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

Shades of Cardinal #BC104D

Tints of Cardinal #BC104D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 66.9%
G = 5.69%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC104D (or 0xBC104D) is known color: Cardinal. HEX triplet: BC, 10 and 4D. RGB value is (188,16,77). Sum of RGB (Red+Green+Blue) = 188+16+77=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC104D is #43EFB2. Grayscale: #4A4A4A. Windows color (decimal): -4452275 or 5050556. OLE color: 5050556.

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

Color convert

RGB 188 16 77 -
CMYK 0 0.91 0.59 0.26
HSL 338.72º 0.84% 0.4% -
HSV(B) 338.72º 0.91% 0.74% -
XYZ 22.26 11.6 8.09 -
YUV 74.38 129.48 209.04 -
System Red Green Blue C M Y K H S L
Decimal 188 16 77 0 0.91 0.59 0.26 338.72 0.84 0.4
Hex BC 10 4D 0 5B 3B 1A 153 54 28
Octal 274 20 115 0 133 73 32 523 124 50
Binary 10111100 10000 1001101 0 1011011 111011 11010 101010011 1010100 101000

Color Harmonies of #BC104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC104D

Black with #BC104D

Text Example


Text Example

White with #BC104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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