Html Css Color HEX #BE2145 Cardinal

📋 copy color: '#BE2145'

red 190 ◦ green 33 ◦ blue 69

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

Shades of Cardinal #BE2145

Tints of Cardinal #BE2145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 65.07%
G = 11.3%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE2145 (or 0xBE2145) is known color: Cardinal. HEX triplet: BE, 21 and 45. RGB value is (190,33,69). Sum of RGB (Red+Green+Blue) = 190+33+69=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2145 is #41DEBA. Grayscale: #545454. Windows color (decimal): -4316859 or 4530622. OLE color: 4530622.

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

Color convert

RGB 190 33 69 -
CMYK 0 0.83 0.64 0.25
HSL 346.24º 0.7% 0.44% -
HSV(B) 346.24º 0.83% 0.75% -
XYZ 22.85 12.46 6.83 -
YUV 84.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 190 33 69 0 0.83 0.64 0.25 346.24 0.7 0.44
Hex BE 21 45 0 53 40 19 15A 46 2C
Octal 276 41 105 0 123 100 31 532 106 54
Binary 10111110 100001 1000101 0 1010011 1000000 11001 101011010 1000110 101100

Color Harmonies of #BE2145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2145

Black with #BE2145

Text Example


Text Example

White with #BE2145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2145; }

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

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

background-color css

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

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

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

border-color css

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

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

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