Html Css Color HEX #BC134D Cardinal

📋 copy color: '#BC134D'

red 188 ◦ green 19 ◦ blue 77

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

Shades of Cardinal #BC134D

Tints of Cardinal #BC134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 66.2%
G = 6.69%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC134D (or 0xBC134D) is known color: Cardinal. HEX triplet: BC, 13 and 4D. RGB value is (188,19,77). Sum of RGB (Red+Green+Blue) = 188+19+77=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC134D is #43ECB2. Grayscale: #4C4C4C. Windows color (decimal): -4451507 or 5051324. OLE color: 5051324.

HSL color Cylindrical-coordinate representation of color #BC134D: hue angle of 339.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC134D is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 19 77 -
CMYK 0 0.90 0.59 0.26
HSL 339.41º 0.82% 0.41% -
HSV(B) 339.41º 0.9% 0.74% -
XYZ 22.31 11.69 8.1 -
YUV 76.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 188 19 77 0 0.90 0.59 0.26 339.41 0.82 0.41
Hex BC 13 4D 0 5A 3B 1A 153 52 29
Octal 274 23 115 0 132 73 32 523 122 51
Binary 10111100 10011 1001101 0 1011010 111011 11010 101010011 1010010 101001

Color Harmonies of #BC134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC134D

Black with #BC134D

Text Example


Text Example

White with #BC134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC134D; }

 p { color: rgb(188,19,77); }

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

background-color css

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

 a { background-color: rgb(188,19,77); }

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

border-color css

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

 span { border-color: rgb(188,19,77); }

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