Html Css Color HEX #BE1E2F Cardinal

📋 copy color: '#BE1E2F'

red 190 ◦ green 30 ◦ blue 47

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

Shades of Cardinal #BE1E2F

Tints of Cardinal #BE1E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.24%

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 71.16%
G = 11.24%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE1E2F (or 0xBE1E2F) is known color: Cardinal. HEX triplet: BE, 1E and 2F. RGB value is (190,30,47). Sum of RGB (Red+Green+Blue) = 190+30+47=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E2F is #41E1D0. Grayscale: #4F4F4F. Windows color (decimal): -4317649 or 3088062. OLE color: 3088062.

HSL color Cylindrical-coordinate representation of color #BE1E2F: hue angle of 353.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E2F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 30 47 -
CMYK 0 0.84 0.75 0.25
HSL 353.63º 0.73% 0.43% -
HSV(B) 353.63º 0.84% 0.75% -
XYZ 22.21 12.08 3.85 -
YUV 79.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 190 30 47 0 0.84 0.75 0.25 353.63 0.73 0.43
Hex BE 1E 2F 0 54 4B 19 162 49 2B
Octal 276 36 57 0 124 113 31 542 111 53
Binary 10111110 11110 101111 0 1010100 1001011 11001 101100010 1001001 101011

Color Harmonies of #BE1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E2F

Black with #BE1E2F

Text Example


Text Example

White with #BE1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E2F; }

 p { color: rgb(190,30,47); }

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

background-color css

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

 a { background-color: rgb(190,30,47); }

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

border-color css

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

 span { border-color: rgb(190,30,47); }

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