Html Css Color HEX #BC0645 Cardinal

📋 copy color: '#BC0645'

red 188 ◦ green 6 ◦ blue 69

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

Shades of Cardinal #BC0645

Tints of Cardinal #BC0645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

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

R = 71.48%
G = 2.28%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC0645 (or 0xBC0645) is known color: Cardinal. HEX triplet: BC, 06 and 45. RGB value is (188,6,69). Sum of RGB (Red+Green+Blue) = 188+6+69=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0645 is #43F9BA. Grayscale: #434343. Windows color (decimal): -4454843 or 4523708. OLE color: 4523708.

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

Color convert

RGB 188 6 69 -
CMYK 0 0.97 0.63 0.26
HSL 339.23º 0.94% 0.38% -
HSV(B) 339.23º 0.97% 0.74% -
XYZ 21.88 11.25 6.65 -
YUV 67.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 188 6 69 0 0.97 0.63 0.26 339.23 0.94 0.38
Hex BC 6 45 0 61 3F 1A 153 5E 26
Octal 274 6 105 0 141 77 32 523 136 46
Binary 10111100 110 1000101 0 1100001 111111 11010 101010011 1011110 100110

Color Harmonies of #BC0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0645

Black with #BC0645

Text Example


Text Example

White with #BC0645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0645; }

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

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

background-color css

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

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

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

border-color css

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

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

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