Html Css Color HEX #BC1A3B Cardinal

📋 copy color: '#BC1A3B'

red 188 ◦ green 26 ◦ blue 59

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

Shades of Cardinal #BC1A3B

Tints of Cardinal #BC1A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.61%

R = 68.86%
G = 9.52%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC1A3B (or 0xBC1A3B) is known color: Cardinal. HEX triplet: BC, 1A and 3B. RGB value is (188,26,59). Sum of RGB (Red+Green+Blue) = 188+26+59=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A3B is #43E5C4. Grayscale: #4E4E4E. Windows color (decimal): -4449733 or 3873468. OLE color: 3873468.

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

Color convert

RGB 188 26 59 -
CMYK 0 0.86 0.69 0.26
HSL 347.78º 0.76% 0.42% -
HSV(B) 347.78º 0.86% 0.74% -
XYZ 21.9 11.75 5.25 -
YUV 78.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 188 26 59 0 0.86 0.69 0.26 347.78 0.76 0.42
Hex BC 1A 3B 0 56 45 1A 15C 4C 2A
Octal 274 32 73 0 126 105 32 534 114 52
Binary 10111100 11010 111011 0 1010110 1000101 11010 101011100 1001100 101010

Color Harmonies of #BC1A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A3B

Black with #BC1A3B

Text Example


Text Example

White with #BC1A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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