Html Css Color HEX #BC023C Cardinal

📋 copy color: '#BC023C'

red 188 ◦ green 2 ◦ blue 60

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

Shades of Cardinal #BC023C

Tints of Cardinal #BC023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 75.2%
G = 0.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC023C (or 0xBC023C) is known color: Cardinal. HEX triplet: BC, 02 and 3C. RGB value is (188,2,60). Sum of RGB (Red+Green+Blue) = 188+2+60=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC023C is #43FDC3. Grayscale: #404040. Windows color (decimal): -4455876 or 3932860. OLE color: 3932860.

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

Color convert

RGB 188 2 60 -
CMYK 0 0.99 0.68 0.26
HSL 341.29º 0.98% 0.37% -
HSV(B) 341.29º 0.99% 0.74% -
XYZ 21.58 11.06 5.27 -
YUV 64.23 125.62 216.28 -
System Red Green Blue C M Y K H S L
Decimal 188 2 60 0 0.99 0.68 0.26 341.29 0.98 0.37
Hex BC 2 3C 0 63 44 1A 155 62 25
Octal 274 2 74 0 143 104 32 525 142 45
Binary 10111100 10 111100 0 1100011 1000100 11010 101010101 1100010 100101

Color Harmonies of #BC023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC023C

Black with #BC023C

Text Example


Text Example

White with #BC023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC023C; }

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

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

background-color css

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

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

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

border-color css

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

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

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