Html Css Color HEX #BC193C Cardinal

📋 copy color: '#BC193C'

red 188 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #BC193C

Tints of Cardinal #BC193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

 BLUE value IS 60 (23.83% from 255) = 21.98%

R = 68.86%
G = 9.16%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC193C (or 0xBC193C) is known color: Cardinal. HEX triplet: BC, 19 and 3C. RGB value is (188,25,60). Sum of RGB (Red+Green+Blue) = 188+25+60=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC193C is #43E6C3. Grayscale: #4D4D4D. Windows color (decimal): -4449988 or 3938748. OLE color: 3938748.

HSL color Cylindrical-coordinate representation of color #BC193C: hue angle of 347.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC193C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 60 -
CMYK 0 0.87 0.68 0.26
HSL 347.12º 0.77% 0.42% -
HSV(B) 347.12º 0.87% 0.74% -
XYZ 21.9 11.71 5.38 -
YUV 77.73 118 206.65 -
System Red Green Blue C M Y K H S L
Decimal 188 25 60 0 0.87 0.68 0.26 347.12 0.77 0.42
Hex BC 19 3C 0 57 44 1A 15B 4D 2A
Octal 274 31 74 0 127 104 32 533 115 52
Binary 10111100 11001 111100 0 1010111 1000100 11010 101011011 1001101 101010

Color Harmonies of #BC193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC193C

Black with #BC193C

Text Example


Text Example

White with #BC193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC193C; }

 p { color: rgb(188,25,60); }

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

background-color css

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

 a { background-color: rgb(188,25,60); }

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

border-color css

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

 span { border-color: rgb(188,25,60); }

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