Html Css Color HEX #BC023E Cardinal

📋 copy color: '#BC023E'

red 188 ◦ green 2 ◦ blue 62

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

Shades of Cardinal #BC023E

Tints of Cardinal #BC023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 74.6%
G = 0.79%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC023E (or 0xBC023E) is known color: Cardinal. HEX triplet: BC, 02 and 3E. RGB value is (188,2,62). Sum of RGB (Red+Green+Blue) = 188+2+62=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC023E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC023E is #43FDC1. Grayscale: #404040. Windows color (decimal): -4455874 or 4063932. OLE color: 4063932.

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

Color convert

RGB 188 2 62 -
CMYK 0 0.99 0.67 0.26
HSL 340.65º 0.98% 0.37% -
HSV(B) 340.65º 0.99% 0.74% -
XYZ 21.63 11.08 5.56 -
YUV 64.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 188 2 62 0 0.99 0.67 0.26 340.65 0.98 0.37
Hex BC 2 3E 0 63 43 1A 155 62 25
Octal 274 2 76 0 143 103 32 525 142 45
Binary 10111100 10 111110 0 1100011 1000011 11010 101010101 1100010 100101

Color Harmonies of #BC023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC023E

Black with #BC023E

Text Example


Text Example

White with #BC023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC023E; }

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

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

background-color css

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

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

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

border-color css

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

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

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