Html Css Color HEX #BC003F Cardinal

📋 copy color: '#BC003F'

red 188 ◦ green 0 ◦ blue 63

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

Shades of Cardinal #BC003F

Tints of Cardinal #BC003F

RGB

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

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

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

R = 74.9%
G = 0%
B = 25.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC003F (or 0xBC003F) is known color: Cardinal. HEX triplet: BC, 00 and 3F. RGB value is (188,0,63). Sum of RGB (Red+Green+Blue) = 188+0+63=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC003F is #43FFC0. Grayscale: #3F3F3F. Windows color (decimal): -4456385 or 4128956. OLE color: 4128956.

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

Color convert

RGB 188 0 63 -
CMYK 0 1 0.66 0.26
HSL 339.89º 1% 0.37% -
HSV(B) 339.89º 1% 0.74% -
XYZ 21.64 11.05 5.7 -
YUV 63.39 127.78 216.88 -
System Red Green Blue C M Y K H S L
Decimal 188 0 63 0 1 0.66 0.26 339.89 1 0.37
Hex BC 0 3F 0 64 42 1A 154 64 25
Octal 274 0 77 0 144 102 32 524 144 45
Binary 10111100 0 111111 0 1100100 1000010 11010 101010100 1100100 100101

Color Harmonies of #BC003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC003F

Black with #BC003F

Text Example


Text Example

White with #BC003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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