Html Css Color HEX #BE2245 Cardinal

📋 copy color: '#BE2245'

red 190 ◦ green 34 ◦ blue 69

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

Shades of Cardinal #BE2245

Tints of Cardinal #BE2245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 64.85%
G = 11.6%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE2245 (or 0xBE2245) is known color: Cardinal. HEX triplet: BE, 22 and 45. RGB value is (190,34,69). Sum of RGB (Red+Green+Blue) = 190+34+69=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2245 is #41DDBA. Grayscale: #545454. Windows color (decimal): -4316603 or 4530878. OLE color: 4530878.

HSL color Cylindrical-coordinate representation of color #BE2245: hue angle of 346.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2245 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 69 -
CMYK 0 0.82 0.64 0.25
HSL 346.54º 0.7% 0.44% -
HSV(B) 346.54º 0.82% 0.75% -
XYZ 22.88 12.52 6.84 -
YUV 84.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 190 34 69 0 0.82 0.64 0.25 346.54 0.7 0.44
Hex BE 22 45 0 52 40 19 15B 46 2C
Octal 276 42 105 0 122 100 31 533 106 54
Binary 10111110 100010 1000101 0 1010010 1000000 11001 101011011 1000110 101100

Color Harmonies of #BE2245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2245

Black with #BE2245

Text Example


Text Example

White with #BE2245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2245; }

 p { color: rgb(190,34,69); }

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

background-color css

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

 a { background-color: rgb(190,34,69); }

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

border-color css

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

 span { border-color: rgb(190,34,69); }

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