Html Css Color HEX #BC003C Cardinal

📋 copy color: '#BC003C'

red 188 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #BC003C

Tints of Cardinal #BC003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.81%
G = 0%
B = 24.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC003C (or 0xBC003C) is known color: Cardinal. HEX triplet: BC, 00 and 3C. RGB value is (188,0,60). Sum of RGB (Red+Green+Blue) = 188+0+60=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC003C is #43FFC3. Grayscale: #3F3F3F. Windows color (decimal): -4456388 or 3932348. OLE color: 3932348.

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

Color convert

RGB 188 0 60 -
CMYK 0 1 0.68 0.26
HSL 340.85º 1% 0.37% -
HSV(B) 340.85º 1% 0.74% -
XYZ 21.55 11.02 5.27 -
YUV 63.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 188 0 60 0 1 0.68 0.26 340.85 1 0.37
Hex BC 0 3C 0 64 44 1A 155 64 25
Octal 274 0 74 0 144 104 32 525 144 45
Binary 10111100 0 111100 0 1100100 1000100 11010 101010101 1100100 100101

Color Harmonies of #BC003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC003C

Black with #BC003C

Text Example


Text Example

White with #BC003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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