Html Css Color HEX #BC0747 Cardinal

📋 copy color: '#BC0747'

red 188 ◦ green 7 ◦ blue 71

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

Shades of Cardinal #BC0747

Tints of Cardinal #BC0747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 70.68%
G = 2.63%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC0747 (or 0xBC0747) is known color: Cardinal. HEX triplet: BC, 07 and 47. RGB value is (188,7,71). Sum of RGB (Red+Green+Blue) = 188+7+71=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0747 is #43F8B8. Grayscale: #444444. Windows color (decimal): -4454585 or 4655036. OLE color: 4655036.

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

Color convert

RGB 188 7 71 -
CMYK 0 0.96 0.62 0.26
HSL 338.78º 0.93% 0.38% -
HSV(B) 338.78º 0.96% 0.74% -
XYZ 21.95 11.3 6.99 -
YUV 68.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 188 7 71 0 0.96 0.62 0.26 338.78 0.93 0.38
Hex BC 7 47 0 60 3E 1A 153 5D 26
Octal 274 7 107 0 140 76 32 523 135 46
Binary 10111100 111 1000111 0 1100000 111110 11010 101010011 1011101 100110

Color Harmonies of #BC0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0747

Black with #BC0747

Text Example


Text Example

White with #BC0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0747; }

 p { color: rgb(188,7,71); }

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

background-color css

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

 a { background-color: rgb(188,7,71); }

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

border-color css

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

 span { border-color: rgb(188,7,71); }

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