Html Css Color HEX #BE1A3E Cardinal

📋 copy color: '#BE1A3E'

red 190 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #BE1A3E

Tints of Cardinal #BE1A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.3%

R = 68.35%
G = 9.35%
B = 22.3%

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

#BE1A3E (or 0xBE1A3E) is known color: Cardinal. HEX triplet: BE, 1A and 3E. RGB value is (190,26,62). Sum of RGB (Red+Green+Blue) = 190+26+62=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A3E is #41E5C1. Grayscale: #4F4F4F. Windows color (decimal): -4318658 or 4070078. OLE color: 4070078.

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

Color convert

RGB 190 26 62 -
CMYK 0 0.86 0.67 0.25
HSL 346.83º 0.76% 0.42% -
HSV(B) 346.83º 0.86% 0.75% -
XYZ 22.47 12.03 5.7 -
YUV 79.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 190 26 62 0 0.86 0.67 0.25 346.83 0.76 0.42
Hex BE 1A 3E 0 56 43 19 15B 4C 2A
Octal 276 32 76 0 126 103 31 533 114 52
Binary 10111110 11010 111110 0 1010110 1000011 11001 101011011 1001100 101010

Color Harmonies of #BE1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A3E

Black with #BE1A3E

Text Example


Text Example

White with #BE1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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