Html Css Color HEX #BC164B Cardinal

📋 copy color: '#BC164B'

red 188 ◦ green 22 ◦ blue 75

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

Shades of Cardinal #BC164B

Tints of Cardinal #BC164B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.32%

R = 65.96%
G = 7.72%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC164B (or 0xBC164B) is known color: Cardinal. HEX triplet: BC, 16 and 4B. RGB value is (188,22,75). Sum of RGB (Red+Green+Blue) = 188+22+75=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC164B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC164B is #43E9B4. Grayscale: #4D4D4D. Windows color (decimal): -4450741 or 4921020. OLE color: 4921020.

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

Color convert

RGB 188 22 75 -
CMYK 0 0.88 0.60 0.26
HSL 340.84º 0.79% 0.41% -
HSV(B) 340.84º 0.88% 0.74% -
XYZ 22.3 11.77 7.75 -
YUV 77.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 188 22 75 0 0.88 0.60 0.26 340.84 0.79 0.41
Hex BC 16 4B 0 58 3C 1A 155 4F 29
Octal 274 26 113 0 130 74 32 525 117 51
Binary 10111100 10110 1001011 0 1011000 111100 11010 101010101 1001111 101001

Color Harmonies of #BC164B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC164B

Black with #BC164B

Text Example


Text Example

White with #BC164B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC164B; }

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

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

background-color css

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

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

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

border-color css

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

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

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