Html Css Color HEX #BE143C Cardinal

📋 copy color: '#BE143C'

red 190 ◦ green 20 ◦ blue 60

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

Shades of Cardinal #BE143C

Tints of Cardinal #BE143C

RGB

 RED value IS 190 (74.61% from 255) = 70.37%

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 70.37%
G = 7.41%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE143C (or 0xBE143C) is known color: Cardinal. HEX triplet: BE, 14 and 3C. RGB value is (190,20,60). Sum of RGB (Red+Green+Blue) = 190+20+60=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE143C is #41EBC3. Grayscale: #4B4B4B. Windows color (decimal): -4320196 or 3937470. OLE color: 3937470.

HSL color Cylindrical-coordinate representation of color #BE143C: hue angle of 345.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE143C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 60 -
CMYK 0 0.89 0.68 0.25
HSL 345.88º 0.81% 0.41% -
HSV(B) 345.88º 0.89% 0.75% -
XYZ 22.3 11.77 5.37 -
YUV 75.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 190 20 60 0 0.89 0.68 0.25 345.88 0.81 0.41
Hex BE 14 3C 0 59 44 19 15A 51 29
Octal 276 24 74 0 131 104 31 532 121 51
Binary 10111110 10100 111100 0 1011001 1000100 11001 101011010 1010001 101001

Color Harmonies of #BE143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE143C

Black with #BE143C

Text Example


Text Example

White with #BE143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE143C; }

 p { color: rgb(190,20,60); }

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

background-color css

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

 a { background-color: rgb(190,20,60); }

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

border-color css

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

 span { border-color: rgb(190,20,60); }

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