Html Css Color HEX #BE0E2F Cardinal

📋 copy color: '#BE0E2F'

red 190 ◦ green 14 ◦ blue 47

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

Shades of Cardinal #BE0E2F

Tints of Cardinal #BE0E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.58%

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

R = 75.7%
G = 5.58%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE0E2F (or 0xBE0E2F) is known color: Cardinal. HEX triplet: BE, 0E and 2F. RGB value is (190,14,47). Sum of RGB (Red+Green+Blue) = 190+14+47=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E2F is #41F1D0. Grayscale: #464646. Windows color (decimal): -4321745 or 3083966. OLE color: 3083966.

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

Color convert

RGB 190 14 47 -
CMYK 0 0.93 0.75 0.25
HSL 348.75º 0.86% 0.4% -
HSV(B) 348.75º 0.93% 0.75% -
XYZ 21.91 11.47 3.75 -
YUV 70.39 114.81 213.32 -
System Red Green Blue C M Y K H S L
Decimal 190 14 47 0 0.93 0.75 0.25 348.75 0.86 0.4
Hex BE E 2F 0 5D 4B 19 15D 56 28
Octal 276 16 57 0 135 113 31 535 126 50
Binary 10111110 1110 101111 0 1011101 1001011 11001 101011101 1010110 101000

Color Harmonies of #BE0E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E2F

Black with #BE0E2F

Text Example


Text Example

White with #BE0E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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