Html Css Color HEX #BC1236 Cardinal

📋 copy color: '#BC1236'

red 188 ◦ green 18 ◦ blue 54

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

Shades of Cardinal #BC1236

Tints of Cardinal #BC1236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 72.31%
G = 6.92%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC1236 (or 0xBC1236) is known color: Cardinal. HEX triplet: BC, 12 and 36. RGB value is (188,18,54). Sum of RGB (Red+Green+Blue) = 188+18+54=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1236 is #43EDC9. Grayscale: #484848. Windows color (decimal): -4451786 or 3543740. OLE color: 3543740.

HSL color Cylindrical-coordinate representation of color #BC1236: hue angle of 347.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1236 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 54 -
CMYK 0 0.90 0.71 0.26
HSL 347.29º 0.83% 0.4% -
HSV(B) 347.29º 0.9% 0.74% -
XYZ 21.62 11.39 4.55 -
YUV 72.93 117.32 210.07 -
System Red Green Blue C M Y K H S L
Decimal 188 18 54 0 0.90 0.71 0.26 347.29 0.83 0.4
Hex BC 12 36 0 5A 47 1A 15B 53 28
Octal 274 22 66 0 132 107 32 533 123 50
Binary 10111100 10010 110110 0 1011010 1000111 11010 101011011 1010011 101000

Color Harmonies of #BC1236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1236

Black with #BC1236

Text Example


Text Example

White with #BC1236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1236; }

 p { color: rgb(188,18,54); }

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

background-color css

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

 a { background-color: rgb(188,18,54); }

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

border-color css

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

 span { border-color: rgb(188,18,54); }

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