Html Css Color HEX #BC1337 Cardinal

📋 copy color: '#BC1337'

red 188 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #BC1337

Tints of Cardinal #BC1337

RGB

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

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

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

R = 71.76%
G = 7.25%
B = 20.99%

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

#BC1337 (or 0xBC1337) is known color: Cardinal. HEX triplet: BC, 13 and 37. RGB value is (188,19,55). Sum of RGB (Red+Green+Blue) = 188+19+55=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1337 is #43ECC8. Grayscale: #494949. Windows color (decimal): -4451529 or 3609532. OLE color: 3609532.

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

Color convert

RGB 188 19 55 -
CMYK 0 0.90 0.71 0.26
HSL 347.22º 0.82% 0.41% -
HSV(B) 347.22º 0.9% 0.74% -
XYZ 21.66 11.43 4.68 -
YUV 73.64 117.49 209.57 -
System Red Green Blue C M Y K H S L
Decimal 188 19 55 0 0.90 0.71 0.26 347.22 0.82 0.41
Hex BC 13 37 0 5A 47 1A 15B 52 29
Octal 274 23 67 0 132 107 32 533 122 51
Binary 10111100 10011 110111 0 1011010 1000111 11010 101011011 1010010 101001

Color Harmonies of #BC1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1337

Black with #BC1337

Text Example


Text Example

White with #BC1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1337; }

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

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

background-color css

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

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

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

border-color css

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

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

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