Html Css Color HEX #BC103A Cardinal

📋 copy color: '#BC103A'

red 188 ◦ green 16 ◦ blue 58

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

Shades of Cardinal #BC103A

Tints of Cardinal #BC103A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.14%

R = 71.76%
G = 6.11%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC103A (or 0xBC103A) is known color: Cardinal. HEX triplet: BC, 10 and 3A. RGB value is (188,16,58). Sum of RGB (Red+Green+Blue) = 188+16+58=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC103A is #43EFC5. Grayscale: #484848. Windows color (decimal): -4452294 or 3805372. OLE color: 3805372.

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

Color convert

RGB 188 16 58 -
CMYK 0 0.91 0.69 0.26
HSL 345.35º 0.84% 0.4% -
HSV(B) 345.35º 0.91% 0.74% -
XYZ 21.69 11.37 5.05 -
YUV 72.22 119.98 210.58 -
System Red Green Blue C M Y K H S L
Decimal 188 16 58 0 0.91 0.69 0.26 345.35 0.84 0.4
Hex BC 10 3A 0 5B 45 1A 159 54 28
Octal 274 20 72 0 133 105 32 531 124 50
Binary 10111100 10000 111010 0 1011011 1000101 11010 101011001 1010100 101000

Color Harmonies of #BC103A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC103A

Black with #BC103A

Text Example


Text Example

White with #BC103A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC103A; }

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

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

background-color css

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

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

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

border-color css

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

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

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