Html Css Color HEX #BC1A3F Cardinal

📋 copy color: '#BC1A3F'

red 188 ◦ green 26 ◦ blue 63

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

Shades of Cardinal #BC1A3F

Tints of Cardinal #BC1A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

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

R = 67.87%
G = 9.39%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC1A3F (or 0xBC1A3F) is known color: Cardinal. HEX triplet: BC, 1A and 3F. RGB value is (188,26,63). Sum of RGB (Red+Green+Blue) = 188+26+63=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A3F is #43E5C0. Grayscale: #4E4E4E. Windows color (decimal): -4449729 or 4135612. OLE color: 4135612.

HSL color Cylindrical-coordinate representation of color #BC1A3F: hue angle of 346.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A3F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 63 -
CMYK 0 0.86 0.66 0.26
HSL 346.3º 0.76% 0.42% -
HSV(B) 346.3º 0.86% 0.74% -
XYZ 22.01 11.79 5.82 -
YUV 78.66 119.17 205.99 -
System Red Green Blue C M Y K H S L
Decimal 188 26 63 0 0.86 0.66 0.26 346.3 0.76 0.42
Hex BC 1A 3F 0 56 42 1A 15A 4C 2A
Octal 274 32 77 0 126 102 32 532 114 52
Binary 10111100 11010 111111 0 1010110 1000010 11010 101011010 1001100 101010

Color Harmonies of #BC1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A3F

Black with #BC1A3F

Text Example


Text Example

White with #BC1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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