Html Css Color HEX #BE1331 Cardinal

📋 copy color: '#BE1331'

red 190 ◦ green 19 ◦ blue 49

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

Shades of Cardinal #BE1331

Tints of Cardinal #BE1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 73.64%
G = 7.36%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE1331 (or 0xBE1331) is known color: Cardinal. HEX triplet: BE, 13 and 31. RGB value is (190,19,49). Sum of RGB (Red+Green+Blue) = 190+19+49=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1331 is #41ECCE. Grayscale: #494949. Windows color (decimal): -4320463 or 3216318. OLE color: 3216318.

HSL color Cylindrical-coordinate representation of color #BE1331: hue angle of 349.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1331 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 49 -
CMYK 0 0.90 0.74 0.25
HSL 349.47º 0.82% 0.41% -
HSV(B) 349.47º 0.9% 0.75% -
XYZ 22.02 11.63 3.99 -
YUV 73.55 114.15 211.06 -
System Red Green Blue C M Y K H S L
Decimal 190 19 49 0 0.90 0.74 0.25 349.47 0.82 0.41
Hex BE 13 31 0 5A 4A 19 15D 52 29
Octal 276 23 61 0 132 112 31 535 122 51
Binary 10111110 10011 110001 0 1011010 1001010 11001 101011101 1010010 101001

Color Harmonies of #BE1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1331

Black with #BE1331

Text Example


Text Example

White with #BE1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1331; }

 p { color: rgb(190,19,49); }

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

background-color css

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

 a { background-color: rgb(190,19,49); }

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

border-color css

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

 span { border-color: rgb(190,19,49); }

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