Html Css Color HEX #BC103F Cardinal

📋 copy color: '#BC103F'

red 188 ◦ green 16 ◦ blue 63

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

Shades of Cardinal #BC103F

Tints of Cardinal #BC103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 70.41%
G = 5.99%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC103F (or 0xBC103F) is known color: Cardinal. HEX triplet: BC, 10 and 3F. RGB value is (188,16,63). Sum of RGB (Red+Green+Blue) = 188+16+63=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC103F is #43EFC0. Grayscale: #484848. Windows color (decimal): -4452289 or 4133052. OLE color: 4133052.

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

Color convert

RGB 188 16 63 -
CMYK 0 0.91 0.66 0.26
HSL 343.6º 0.84% 0.4% -
HSV(B) 343.6º 0.91% 0.74% -
XYZ 21.82 11.42 5.76 -
YUV 72.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 188 16 63 0 0.91 0.66 0.26 343.6 0.84 0.4
Hex BC 10 3F 0 5B 42 1A 158 54 28
Octal 274 20 77 0 133 102 32 530 124 50
Binary 10111100 10000 111111 0 1011011 1000010 11010 101011000 1010100 101000

Color Harmonies of #BC103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC103F

Black with #BC103F

Text Example


Text Example

White with #BC103F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC103F; }

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

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

background-color css

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

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

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

border-color css

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

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

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