Html Css Color HEX #BC1E34 Cardinal

📋 copy color: '#BC1E34'

red 188 ◦ green 30 ◦ blue 52

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

Shades of Cardinal #BC1E34

Tints of Cardinal #BC1E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

 BLUE value IS 52 (20.7% from 255) = 19.26%

R = 69.63%
G = 11.11%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC1E34 (or 0xBC1E34) is known color: Cardinal. HEX triplet: BC, 1E and 34. RGB value is (188,30,52). Sum of RGB (Red+Green+Blue) = 188+30+52=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E34 is #43E1CB. Grayscale: #4F4F4F. Windows color (decimal): -4448716 or 3415740. OLE color: 3415740.

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

Color convert

RGB 188 30 52 -
CMYK 0 0.84 0.72 0.26
HSL 351.65º 0.72% 0.43% -
HSV(B) 351.65º 0.84% 0.74% -
XYZ 21.82 11.87 4.39 -
YUV 79.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 188 30 52 0 0.84 0.72 0.26 351.65 0.72 0.43
Hex BC 1E 34 0 54 48 1A 160 48 2B
Octal 274 36 64 0 124 110 32 540 110 53
Binary 10111100 11110 110100 0 1010100 1001000 11010 101100000 1001000 101011

Color Harmonies of #BC1E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1E34

Black with #BC1E34

Text Example


Text Example

White with #BC1E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1E34; }

 p { color: rgb(188,30,52); }

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

background-color css

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

 a { background-color: rgb(188,30,52); }

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

border-color css

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

 span { border-color: rgb(188,30,52); }

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