Html Css Color HEX #BC1045 Cardinal

📋 copy color: '#BC1045'

red 188 ◦ green 16 ◦ blue 69

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

Shades of Cardinal #BC1045

Tints of Cardinal #BC1045

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 68.86%
G = 5.86%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC1045 (or 0xBC1045) is known color: Cardinal. HEX triplet: BC, 10 and 45. RGB value is (188,16,69). Sum of RGB (Red+Green+Blue) = 188+16+69=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1045 is #43EFBA. Grayscale: #494949. Windows color (decimal): -4452283 or 4526268. OLE color: 4526268.

HSL color Cylindrical-coordinate representation of color #BC1045: hue angle of 341.51º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1045 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 69 -
CMYK 0 0.91 0.63 0.26
HSL 341.51º 0.84% 0.4% -
HSV(B) 341.51º 0.91% 0.74% -
XYZ 22 11.49 6.69 -
YUV 73.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 188 16 69 0 0.91 0.63 0.26 341.51 0.84 0.4
Hex BC 10 45 0 5B 3F 1A 156 54 28
Octal 274 20 105 0 133 77 32 526 124 50
Binary 10111100 10000 1000101 0 1011011 111111 11010 101010110 1010100 101000

Color Harmonies of #BC1045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1045

Black with #BC1045

Text Example


Text Example

White with #BC1045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1045; }

 p { color: rgb(188,16,69); }

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

background-color css

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

 a { background-color: rgb(188,16,69); }

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

border-color css

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

 span { border-color: rgb(188,16,69); }

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