Html Css Color HEX #BC134F Cardinal

📋 copy color: '#BC134F'

red 188 ◦ green 19 ◦ blue 79

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

Shades of Cardinal #BC134F

Tints of Cardinal #BC134F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 65.73%
G = 6.64%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC134F (or 0xBC134F) is known color: Cardinal. HEX triplet: BC, 13 and 4F. RGB value is (188,19,79). Sum of RGB (Red+Green+Blue) = 188+19+79=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC134F is #43ECB0. Grayscale: #4C4C4C. Windows color (decimal): -4451505 or 5182396. OLE color: 5182396.

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

Color convert

RGB 188 19 79 -
CMYK 0 0.90 0.58 0.26
HSL 338.7º 0.82% 0.41% -
HSV(B) 338.7º 0.9% 0.74% -
XYZ 22.38 11.72 8.48 -
YUV 76.37 129.49 207.62 -
System Red Green Blue C M Y K H S L
Decimal 188 19 79 0 0.90 0.58 0.26 338.7 0.82 0.41
Hex BC 13 4F 0 5A 3A 1A 153 52 29
Octal 274 23 117 0 132 72 32 523 122 51
Binary 10111100 10011 1001111 0 1011010 111010 11010 101010011 1010010 101001

Color Harmonies of #BC134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC134F

Black with #BC134F

Text Example


Text Example

White with #BC134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC134F; }

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

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

background-color css

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

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

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

border-color css

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

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

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