Html Css Color HEX #BC1338 Cardinal

📋 copy color: '#BC1338'

red 188 ◦ green 19 ◦ blue 56

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

Shades of Cardinal #BC1338

Tints of Cardinal #BC1338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 71.48%
G = 7.22%
B = 21.29%

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

#BC1338 (or 0xBC1338) is known color: Cardinal. HEX triplet: BC, 13 and 38. RGB value is (188,19,56). Sum of RGB (Red+Green+Blue) = 188+19+56=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1338 is #43ECC7. Grayscale: #494949. Windows color (decimal): -4451528 or 3675068. OLE color: 3675068.

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

Color convert

RGB 188 19 56 -
CMYK 0 0.90 0.70 0.26
HSL 346.86º 0.82% 0.41% -
HSV(B) 346.86º 0.9% 0.74% -
XYZ 21.69 11.44 4.81 -
YUV 73.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 188 19 56 0 0.90 0.70 0.26 346.86 0.82 0.41
Hex BC 13 38 0 5A 46 1A 15B 52 29
Octal 274 23 70 0 132 106 32 533 122 51
Binary 10111100 10011 111000 0 1011010 1000110 11010 101011011 1010010 101001

Color Harmonies of #BC1338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1338

Black with #BC1338

Text Example


Text Example

White with #BC1338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1338; }

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

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

background-color css

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

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

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

border-color css

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

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

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