Html Css Color HEX #BE1434 Cardinal

📋 copy color: '#BE1434'

red 190 ◦ green 20 ◦ blue 52

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

Shades of Cardinal #BE1434

Tints of Cardinal #BE1434

RGB

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

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

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

R = 72.52%
G = 7.63%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE1434 (or 0xBE1434) is known color: Cardinal. HEX triplet: BE, 14 and 34. RGB value is (190,20,52). Sum of RGB (Red+Green+Blue) = 190+20+52=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1434 is #41EBCB. Grayscale: #4A4A4A. Windows color (decimal): -4320204 or 3413182. OLE color: 3413182.

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

Color convert

RGB 190 20 52 -
CMYK 0 0.89 0.73 0.25
HSL 348.71º 0.81% 0.41% -
HSV(B) 348.71º 0.89% 0.75% -
XYZ 22.11 11.7 4.34 -
YUV 74.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 190 20 52 0 0.89 0.73 0.25 348.71 0.81 0.41
Hex BE 14 34 0 59 49 19 15D 51 29
Octal 276 24 64 0 131 111 31 535 121 51
Binary 10111110 10100 110100 0 1011001 1001001 11001 101011101 1010001 101001

Color Harmonies of #BE1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1434

Black with #BE1434

Text Example


Text Example

White with #BE1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1434; }

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

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

background-color css

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

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

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

border-color css

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

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

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