Html Css Color HEX #BC163C Cardinal

📋 copy color: '#BC163C'

red 188 ◦ green 22 ◦ blue 60

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

Shades of Cardinal #BC163C

Tints of Cardinal #BC163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 69.63%
G = 8.15%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC163C (or 0xBC163C) is known color: Cardinal. HEX triplet: BC, 16 and 3C. RGB value is (188,22,60). Sum of RGB (Red+Green+Blue) = 188+22+60=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC163C is #43E9C3. Grayscale: #4B4B4B. Windows color (decimal): -4450756 or 3937980. OLE color: 3937980.

HSL color Cylindrical-coordinate representation of color #BC163C: hue angle of 346.27º 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 #BC163C is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 60 -
CMYK 0 0.88 0.68 0.26
HSL 346.27º 0.79% 0.41% -
HSV(B) 346.27º 0.88% 0.74% -
XYZ 21.84 11.59 5.36 -
YUV 75.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 188 22 60 0 0.88 0.68 0.26 346.27 0.79 0.41
Hex BC 16 3C 0 58 44 1A 15A 4F 29
Octal 274 26 74 0 130 104 32 532 117 51
Binary 10111100 10110 111100 0 1011000 1000100 11010 101011010 1001111 101001

Color Harmonies of #BC163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC163C

Black with #BC163C

Text Example


Text Example

White with #BC163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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