Html Css Color HEX #BC0C44 Cardinal

📋 copy color: '#BC0C44'

red 188 ◦ green 12 ◦ blue 68

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

Shades of Cardinal #BC0C44

Tints of Cardinal #BC0C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.48%

 BLUE value IS 68 (26.95% from 255) = 25.37%

R = 70.15%
G = 4.48%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC0C44 (or 0xBC0C44) is known color: Cardinal. HEX triplet: BC, 0C and 44. RGB value is (188,12,68). Sum of RGB (Red+Green+Blue) = 188+12+68=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C44 is #43F3BB. Grayscale: #464646. Windows color (decimal): -4453308 or 4459708. OLE color: 4459708.

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

Color convert

RGB 188 12 68 -
CMYK 0 0.94 0.64 0.26
HSL 340.91º 0.88% 0.39% -
HSV(B) 340.91º 0.94% 0.74% -
XYZ 21.91 11.37 6.51 -
YUV 71.01 126.31 211.45 -
System Red Green Blue C M Y K H S L
Decimal 188 12 68 0 0.94 0.64 0.26 340.91 0.88 0.39
Hex BC C 44 0 5E 40 1A 155 58 27
Octal 274 14 104 0 136 100 32 525 130 47
Binary 10111100 1100 1000100 0 1011110 1000000 11010 101010101 1011000 100111

Color Harmonies of #BC0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0C44

Black with #BC0C44

Text Example


Text Example

White with #BC0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0C44; }

 p { color: rgb(188,12,68); }

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

background-color css

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

 a { background-color: rgb(188,12,68); }

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

border-color css

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

 span { border-color: rgb(188,12,68); }

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