#BC2038

Color #BC2038 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BC2038

Tints of Cardinal #BC2038

Color information

#BC2038 (or 0xBC2038) is unknown color: approx Cardinal. HEX triplet: BC, 20 and 38. RGB value is (188,32,56). Sum of RGB (Red+Green+Blue) = 188+32+56=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2038 is #43DFC7. Grayscale: #515151. Windows color (decimal): -4448200 or 3678396. OLE color: 3678396.

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

Color convert

RGB1883256-
CMYK00.830.700.26
HSL350.77º70.91%43.14%-
HSV(B)350.77º82.98%73.73%-
XYZ21.9712.014.9-
YUV81.38113.68204.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.12%
GREEN value IS 32 (12.89% from 255) = 11.59%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=68.12%
G=11.59%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188325600.830.700.26350.7770.9143.14
HexBC2038053461A15f472b
Octal274407001231063253710753
Binary10111100100000111000010100111000110110101010111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2038; }

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

 H1.HeaderClassName
 {
   color: #BC2038;
 }
 .AnyTagClassName
 {
   color: #BC2038;
 }
</style>
background-color css

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

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

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

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

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

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