Html Css Color HEX #BC103E Cardinal

📋 copy color: '#BC103E'

red 188 ◦ green 16 ◦ blue 62

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

Shades of Cardinal #BC103E

Tints of Cardinal #BC103E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 70.68%
G = 6.02%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC103E (or 0xBC103E) is known color: Cardinal. HEX triplet: BC, 10 and 3E. RGB value is (188,16,62). Sum of RGB (Red+Green+Blue) = 188+16+62=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC103E is #43EFC1. Grayscale: #484848. Windows color (decimal): -4452290 or 4067516. OLE color: 4067516.

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

Color convert

RGB 188 16 62 -
CMYK 0 0.91 0.67 0.26
HSL 343.95º 0.84% 0.4% -
HSV(B) 343.95º 0.91% 0.74% -
XYZ 21.79 11.41 5.61 -
YUV 72.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 188 16 62 0 0.91 0.67 0.26 343.95 0.84 0.4
Hex BC 10 3E 0 5B 43 1A 158 54 28
Octal 274 20 76 0 133 103 32 530 124 50
Binary 10111100 10000 111110 0 1011011 1000011 11010 101011000 1010100 101000

Color Harmonies of #BC103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC103E

Black with #BC103E

Text Example


Text Example

White with #BC103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC103E; }

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

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

background-color css

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

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

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

border-color css

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

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

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