Html Css Color HEX #BE1A3F Cardinal

📋 copy color: '#BE1A3F'

red 190 ◦ green 26 ◦ blue 63

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

Shades of Cardinal #BE1A3F

Tints of Cardinal #BE1A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 68.1%
G = 9.32%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE1A3F (or 0xBE1A3F) is known color: Cardinal. HEX triplet: BE, 1A and 3F. RGB value is (190,26,63). Sum of RGB (Red+Green+Blue) = 190+26+63=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A3F is #41E5C0. Grayscale: #4F4F4F. Windows color (decimal): -4318657 or 4135614. OLE color: 4135614.

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

Color convert

RGB 190 26 63 -
CMYK 0 0.86 0.67 0.25
HSL 346.46º 0.76% 0.42% -
HSV(B) 346.46º 0.86% 0.75% -
XYZ 22.5 12.04 5.84 -
YUV 79.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 190 26 63 0 0.86 0.67 0.25 346.46 0.76 0.42
Hex BE 1A 3F 0 56 43 19 15A 4C 2A
Octal 276 32 77 0 126 103 31 532 114 52
Binary 10111110 11010 111111 0 1010110 1000011 11001 101011010 1001100 101010

Color Harmonies of #BE1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A3F

Black with #BE1A3F

Text Example


Text Example

White with #BE1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A3F; }

 p { color: rgb(190,26,63); }

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

background-color css

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

 a { background-color: rgb(190,26,63); }

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

border-color css

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

 span { border-color: rgb(190,26,63); }

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