Html Css Color HEX #BC103B Cardinal

📋 copy color: '#BC103B'

red 188 ◦ green 16 ◦ blue 59

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

Shades of Cardinal #BC103B

Tints of Cardinal #BC103B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 71.48%
G = 6.08%
B = 22.43%

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

#BC103B (or 0xBC103B) is known color: Cardinal. HEX triplet: BC, 10 and 3B. RGB value is (188,16,59). Sum of RGB (Red+Green+Blue) = 188+16+59=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC103B is #43EFC4. Grayscale: #484848. Windows color (decimal): -4452293 or 3870908. OLE color: 3870908.

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

Color convert

RGB 188 16 59 -
CMYK 0 0.91 0.69 0.26
HSL 345º 0.84% 0.4% -
HSV(B) 345º 0.91% 0.74% -
XYZ 21.71 11.38 5.19 -
YUV 72.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 188 16 59 0 0.91 0.69 0.26 345 0.84 0.4
Hex BC 10 3B 0 5B 45 1A 159 54 28
Octal 274 20 73 0 133 105 32 531 124 50
Binary 10111100 10000 111011 0 1011011 1000101 11010 101011001 1010100 101000

Color Harmonies of #BC103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC103B

Black with #BC103B

Text Example


Text Example

White with #BC103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC103B; }

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

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

background-color css

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

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

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

border-color css

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

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

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