Html Css Color HEX #BC1A32 Cardinal

📋 copy color: '#BC1A32'

red 188 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #BC1A32

Tints of Cardinal #BC1A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.94%

R = 71.21%
G = 9.85%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC1A32 (or 0xBC1A32) is known color: Cardinal. HEX triplet: BC, 1A and 32. RGB value is (188,26,50). Sum of RGB (Red+Green+Blue) = 188+26+50=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A32 is #43E5CD. Grayscale: #4D4D4D. Windows color (decimal): -4449742 or 3283644. OLE color: 3283644.

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

Color convert

RGB 188 26 50 -
CMYK 0 0.86 0.73 0.26
HSL 351.11º 0.76% 0.42% -
HSV(B) 351.11º 0.86% 0.74% -
XYZ 21.68 11.66 4.13 -
YUV 77.17 112.67 207.05 -
System Red Green Blue C M Y K H S L
Decimal 188 26 50 0 0.86 0.73 0.26 351.11 0.76 0.42
Hex BC 1A 32 0 56 49 1A 15F 4C 2A
Octal 274 32 62 0 126 111 32 537 114 52
Binary 10111100 11010 110010 0 1010110 1001001 11010 101011111 1001100 101010

Color Harmonies of #BC1A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A32

Black with #BC1A32

Text Example


Text Example

White with #BC1A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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