Html Css Color HEX #BC163B Cardinal

📋 copy color: '#BC163B'

red 188 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #BC163B

Tints of Cardinal #BC163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 69.89%
G = 8.18%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC163B (or 0xBC163B) is known color: Cardinal. HEX triplet: BC, 16 and 3B. RGB value is (188,22,59). Sum of RGB (Red+Green+Blue) = 188+22+59=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC163B is #43E9C4. Grayscale: #4B4B4B. Windows color (decimal): -4450757 or 3872444. OLE color: 3872444.

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

Color convert

RGB 188 22 59 -
CMYK 0 0.88 0.69 0.26
HSL 346.63º 0.79% 0.41% -
HSV(B) 346.63º 0.88% 0.74% -
XYZ 21.82 11.58 5.22 -
YUV 75.85 118.5 207.99 -
System Red Green Blue C M Y K H S L
Decimal 188 22 59 0 0.88 0.69 0.26 346.63 0.79 0.41
Hex BC 16 3B 0 58 45 1A 15B 4F 29
Octal 274 26 73 0 130 105 32 533 117 51
Binary 10111100 10110 111011 0 1011000 1000101 11010 101011011 1001111 101001

Color Harmonies of #BC163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC163B

Black with #BC163B

Text Example


Text Example

White with #BC163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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