Html Css Color HEX #BC163F Cardinal

📋 copy color: '#BC163F'

red 188 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #BC163F

Tints of Cardinal #BC163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 63 (25% from 255) = 23.08%

R = 68.86%
G = 8.06%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC163F (or 0xBC163F) is known color: Cardinal. HEX triplet: BC, 16 and 3F. RGB value is (188,22,63). Sum of RGB (Red+Green+Blue) = 188+22+63=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC163F is #43E9C0. Grayscale: #4C4C4C. Windows color (decimal): -4450753 or 4134588. OLE color: 4134588.

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

Color convert

RGB 188 22 63 -
CMYK 0 0.88 0.66 0.26
HSL 345.18º 0.79% 0.41% -
HSV(B) 345.18º 0.88% 0.74% -
XYZ 21.92 11.62 5.79 -
YUV 76.31 120.5 207.67 -
System Red Green Blue C M Y K H S L
Decimal 188 22 63 0 0.88 0.66 0.26 345.18 0.79 0.41
Hex BC 16 3F 0 58 42 1A 159 4F 29
Octal 274 26 77 0 130 102 32 531 117 51
Binary 10111100 10110 111111 0 1011000 1000010 11010 101011001 1001111 101001

Color Harmonies of #BC163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC163F

Black with #BC163F

Text Example


Text Example

White with #BC163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC163F; }

 p { color: rgb(188,22,63); }

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

background-color css

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

 a { background-color: rgb(188,22,63); }

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

border-color css

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

 span { border-color: rgb(188,22,63); }

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