Html Css Color HEX #BC003E Cardinal

📋 copy color: '#BC003E'

red 188 ◦ green 0 ◦ blue 62

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

Shades of Cardinal #BC003E

Tints of Cardinal #BC003E

RGB

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

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

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

R = 75.2%
G = 0%
B = 24.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC003E (or 0xBC003E) is known color: Cardinal. HEX triplet: BC, 00 and 3E. RGB value is (188,0,62). Sum of RGB (Red+Green+Blue) = 188+0+62=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC003E is #43FFC1. Grayscale: #3F3F3F. Windows color (decimal): -4456386 or 4063420. OLE color: 4063420.

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

Color convert

RGB 188 0 62 -
CMYK 0 1 0.67 0.26
HSL 340.21º 1% 0.37% -
HSV(B) 340.21º 1% 0.74% -
XYZ 21.61 11.04 5.55 -
YUV 63.28 127.28 216.96 -
System Red Green Blue C M Y K H S L
Decimal 188 0 62 0 1 0.67 0.26 340.21 1 0.37
Hex BC 0 3E 0 64 43 1A 154 64 25
Octal 274 0 76 0 144 103 32 524 144 45
Binary 10111100 0 111110 0 1100100 1000011 11010 101010100 1100100 100101

Color Harmonies of #BC003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC003E

Black with #BC003E

Text Example


Text Example

White with #BC003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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