Html Css Color HEX #BC023F Cardinal

📋 copy color: '#BC023F'

red 188 ◦ green 2 ◦ blue 63

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

Shades of Cardinal #BC023F

Tints of Cardinal #BC023F

RGB

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

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

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

R = 74.31%
G = 0.79%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC023F (or 0xBC023F) is known color: Cardinal. HEX triplet: BC, 02 and 3F. RGB value is (188,2,63). Sum of RGB (Red+Green+Blue) = 188+2+63=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC023F is #43FDC0. Grayscale: #404040. Windows color (decimal): -4455873 or 4129468. OLE color: 4129468.

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

Color convert

RGB 188 2 63 -
CMYK 0 0.99 0.66 0.26
HSL 340.32º 0.98% 0.37% -
HSV(B) 340.32º 0.99% 0.74% -
XYZ 21.66 11.09 5.7 -
YUV 64.57 127.12 216.04 -
System Red Green Blue C M Y K H S L
Decimal 188 2 63 0 0.99 0.66 0.26 340.32 0.98 0.37
Hex BC 2 3F 0 63 42 1A 154 62 25
Octal 274 2 77 0 143 102 32 524 142 45
Binary 10111100 10 111111 0 1100011 1000010 11010 101010100 1100010 100101

Color Harmonies of #BC023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC023F

Black with #BC023F

Text Example


Text Example

White with #BC023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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