Html Css Color HEX #BE143A Cardinal

📋 copy color: '#BE143A'

red 190 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #BE143A

Tints of Cardinal #BE143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 70.9%
G = 7.46%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BE143A (or 0xBE143A) is known color: Cardinal. HEX triplet: BE, 14 and 3A. RGB value is (190,20,58). Sum of RGB (Red+Green+Blue) = 190+20+58=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE143A is #41EBC5. Grayscale: #4B4B4B. Windows color (decimal): -4320198 or 3806398. OLE color: 3806398.

HSL color Cylindrical-coordinate representation of color #BE143A: hue angle of 346.59º 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 #BE143A is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 58 -
CMYK 0 0.89 0.69 0.25
HSL 346.59º 0.81% 0.41% -
HSV(B) 346.59º 0.89% 0.75% -
XYZ 22.25 11.75 5.1 -
YUV 75.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 190 20 58 0 0.89 0.69 0.25 346.59 0.81 0.41
Hex BE 14 3A 0 59 45 19 15B 51 29
Octal 276 24 72 0 131 105 31 533 121 51
Binary 10111110 10100 111010 0 1011001 1000101 11001 101011011 1010001 101001

Color Harmonies of #BE143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE143A

Black with #BE143A

Text Example


Text Example

White with #BE143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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