#BC0338

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

Shades of Cardinal #BC0338

Tints of Cardinal #BC0338

Color information

#BC0338 (or 0xBC0338) is unknown color: approx Cardinal. HEX triplet: BC, 03 and 38. RGB value is (188,3,56). Sum of RGB (Red+Green+Blue) = 188+3+56=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0338 is #43FCC7. Grayscale: #404040. Windows color (decimal): -4455624 or 3670972. OLE color: 3670972.

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

Color convert

RGB188356-
CMYK00.980.700.26
HSL342.81º96.86%37.45%-
HSV(B)342.81º98.4%73.73%-
XYZ21.4911.044.74-
YUV64.36123.29216.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=76.11%
G=1.21%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18835600.980.700.26342.8196.8637.45
HexBC338062461A1576125
Octal27437001421063252714145
Binary1011110011111000011000101000110110101010101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0338; }

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

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

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

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

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

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

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

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