Html Css Color HEX #BC1A37 Cardinal

📋 copy color: '#BC1A37'

red 188 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #BC1A37

Tints of Cardinal #BC1A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 69.89%
G = 9.67%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC1A37 (or 0xBC1A37) is known color: Cardinal. HEX triplet: BC, 1A and 37. RGB value is (188,26,55). Sum of RGB (Red+Green+Blue) = 188+26+55=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A37 is #43E5C8. Grayscale: #4D4D4D. Windows color (decimal): -4449737 or 3611324. OLE color: 3611324.

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

Color convert

RGB 188 26 55 -
CMYK 0 0.86 0.71 0.26
HSL 349.26º 0.76% 0.42% -
HSV(B) 349.26º 0.86% 0.74% -
XYZ 21.8 11.71 4.73 -
YUV 77.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 188 26 55 0 0.86 0.71 0.26 349.26 0.76 0.42
Hex BC 1A 37 0 56 47 1A 15D 4C 2A
Octal 274 32 67 0 126 107 32 535 114 52
Binary 10111100 11010 110111 0 1010110 1000111 11010 101011101 1001100 101010

Color Harmonies of #BC1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A37

Black with #BC1A37

Text Example


Text Example

White with #BC1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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