Html Css Color HEX #BC1A35 Cardinal

📋 copy color: '#BC1A35'

red 188 ◦ green 26 ◦ blue 53

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

Shades of Cardinal #BC1A35

Tints of Cardinal #BC1A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 70.41%
G = 9.74%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC1A35 (or 0xBC1A35) is known color: Cardinal. HEX triplet: BC, 1A and 35. RGB value is (188,26,53). Sum of RGB (Red+Green+Blue) = 188+26+53=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1A35 is #43E5CA. Grayscale: #4D4D4D. Windows color (decimal): -4449739 or 3480252. OLE color: 3480252.

HSL color Cylindrical-coordinate representation of color #BC1A35: hue angle of 350º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A35 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 53 -
CMYK 0 0.86 0.72 0.26
HSL 350º 0.76% 0.42% -
HSV(B) 350º 0.86% 0.74% -
XYZ 21.75 11.69 4.48 -
YUV 77.52 114.17 206.8 -
System Red Green Blue C M Y K H S L
Decimal 188 26 53 0 0.86 0.72 0.26 350 0.76 0.42
Hex BC 1A 35 0 56 48 1A 15E 4C 2A
Octal 274 32 65 0 126 110 32 536 114 52
Binary 10111100 11010 110101 0 1010110 1001000 11010 101011110 1001100 101010

Color Harmonies of #BC1A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A35

Black with #BC1A35

Text Example


Text Example

White with #BC1A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A35; }

 p { color: rgb(188,26,53); }

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

background-color css

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

 a { background-color: rgb(188,26,53); }

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

border-color css

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

 span { border-color: rgb(188,26,53); }

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