Html Css Color HEX #BE2531 Cardinal

📋 copy color: '#BE2531'

red 190 ◦ green 37 ◦ blue 49

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

Shades of Cardinal #BE2531

Tints of Cardinal #BE2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 68.84%
G = 13.41%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE2531 (or 0xBE2531) is known color: Cardinal. HEX triplet: BE, 25 and 31. RGB value is (190,37,49). Sum of RGB (Red+Green+Blue) = 190+37+49=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2531 is #41DACE. Grayscale: #545454. Windows color (decimal): -4315855 or 3220926. OLE color: 3220926.

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

Color convert

RGB 190 37 49 -
CMYK 0 0.81 0.74 0.25
HSL 355.29º 0.67% 0.45% -
HSV(B) 355.29º 0.81% 0.75% -
XYZ 22.45 12.49 4.13 -
YUV 84.12 108.19 203.52 -
System Red Green Blue C M Y K H S L
Decimal 190 37 49 0 0.81 0.74 0.25 355.29 0.67 0.45
Hex BE 25 31 0 51 4A 19 163 43 2D
Octal 276 45 61 0 121 112 31 543 103 55
Binary 10111110 100101 110001 0 1010001 1001010 11001 101100011 1000011 101101

Color Harmonies of #BE2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2531

Black with #BE2531

Text Example


Text Example

White with #BE2531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2531; }

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

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

background-color css

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

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

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

border-color css

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

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

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