Html Css Color HEX #BE1945 Cardinal

📋 copy color: '#BE1945'

red 190 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #BE1945

Tints of Cardinal #BE1945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 66.9%
G = 8.8%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE1945 (or 0xBE1945) is known color: Cardinal. HEX triplet: BE, 19 and 45. RGB value is (190,25,69). Sum of RGB (Red+Green+Blue) = 190+25+69=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1945 is #41E6BA. Grayscale: #4F4F4F. Windows color (decimal): -4318907 or 4528574. OLE color: 4528574.

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

Color convert

RGB 190 25 69 -
CMYK 0 0.87 0.64 0.25
HSL 344º 0.77% 0.42% -
HSV(B) 344º 0.87% 0.75% -
XYZ 22.66 12.07 6.77 -
YUV 79.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 190 25 69 0 0.87 0.64 0.25 344 0.77 0.42
Hex BE 19 45 0 57 40 19 158 4D 2A
Octal 276 31 105 0 127 100 31 530 115 52
Binary 10111110 11001 1000101 0 1010111 1000000 11001 101011000 1001101 101010

Color Harmonies of #BE1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1945

Black with #BE1945

Text Example


Text Example

White with #BE1945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1945; }

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

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

background-color css

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

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

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

border-color css

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

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

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