Html Css Color HEX #BC1339 Cardinal

📋 copy color: '#BC1339'

red 188 ◦ green 19 ◦ blue 57

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

Shades of Cardinal #BC1339

Tints of Cardinal #BC1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

 BLUE value IS 57 (22.66% from 255) = 21.59%

R = 71.21%
G = 7.2%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC1339 (or 0xBC1339) is known color: Cardinal. HEX triplet: BC, 13 and 39. RGB value is (188,19,57). Sum of RGB (Red+Green+Blue) = 188+19+57=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1339 is #43ECC6. Grayscale: #494949. Windows color (decimal): -4451527 or 3740604. OLE color: 3740604.

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

Color convert

RGB 188 19 57 -
CMYK 0 0.90 0.70 0.26
HSL 346.51º 0.82% 0.41% -
HSV(B) 346.51º 0.9% 0.74% -
XYZ 21.71 11.45 4.94 -
YUV 73.86 118.49 209.41 -
System Red Green Blue C M Y K H S L
Decimal 188 19 57 0 0.90 0.70 0.26 346.51 0.82 0.41
Hex BC 13 39 0 5A 46 1A 15B 52 29
Octal 274 23 71 0 132 106 32 533 122 51
Binary 10111100 10011 111001 0 1011010 1000110 11010 101011011 1010010 101001

Color Harmonies of #BC1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1339

Black with #BC1339

Text Example


Text Example

White with #BC1339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1339; }

 p { color: rgb(188,19,57); }

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

background-color css

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

 a { background-color: rgb(188,19,57); }

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

border-color css

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

 span { border-color: rgb(188,19,57); }

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