Html Css Color HEX #BE2341 Cardinal

📋 copy color: '#BE2341'

red 190 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #BE2341

Tints of Cardinal #BE2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

 BLUE value IS 65 (25.78% from 255) = 22.41%

R = 65.52%
G = 12.07%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE2341 (or 0xBE2341) is known color: Cardinal. HEX triplet: BE, 23 and 41. RGB value is (190,35,65). Sum of RGB (Red+Green+Blue) = 190+35+65=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2341 is #41DCBE. Grayscale: #545454. Windows color (decimal): -4316351 or 4268990. OLE color: 4268990.

HSL color Cylindrical-coordinate representation of color #BE2341: hue angle of 348.39º degrees, saturation: 0.69, 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 #BE2341 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 65 -
CMYK 0 0.82 0.66 0.25
HSL 348.39º 0.69% 0.44% -
HSV(B) 348.39º 0.82% 0.75% -
XYZ 22.79 12.53 6.22 -
YUV 84.77 116.85 203.06 -
System Red Green Blue C M Y K H S L
Decimal 190 35 65 0 0.82 0.66 0.25 348.39 0.69 0.44
Hex BE 23 41 0 52 42 19 15C 45 2C
Octal 276 43 101 0 122 102 31 534 105 54
Binary 10111110 100011 1000001 0 1010010 1000010 11001 101011100 1000101 101100

Color Harmonies of #BE2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2341

Black with #BE2341

Text Example


Text Example

White with #BE2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2341; }

 p { color: rgb(190,35,65); }

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

background-color css

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

 a { background-color: rgb(190,35,65); }

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

border-color css

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

 span { border-color: rgb(190,35,65); }

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