Html Css Color HEX #BE0E2D Cardinal

📋 copy color: '#BE0E2D'

red 190 ◦ green 14 ◦ blue 45

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

Shades of Cardinal #BE0E2D

Tints of Cardinal #BE0E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 76.31%
G = 5.62%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE0E2D (or 0xBE0E2D) is known color: Cardinal. HEX triplet: BE, 0E and 2D. RGB value is (190,14,45). Sum of RGB (Red+Green+Blue) = 190+14+45=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0E2D is #41F1D2. Grayscale: #464646. Windows color (decimal): -4321747 or 2952894. OLE color: 2952894.

HSL color Cylindrical-coordinate representation of color #BE0E2D: hue angle of 349.43º 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 #BE0E2D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 14 45 -
CMYK 0 0.93 0.76 0.25
HSL 349.43º 0.86% 0.4% -
HSV(B) 349.43º 0.93% 0.75% -
XYZ 21.87 11.45 3.54 -
YUV 70.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 190 14 45 0 0.93 0.76 0.25 349.43 0.86 0.4
Hex BE E 2D 0 5D 4C 19 15D 56 28
Octal 276 16 55 0 135 114 31 535 126 50
Binary 10111110 1110 101101 0 1011101 1001100 11001 101011101 1010110 101000

Color Harmonies of #BE0E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E2D

Black with #BE0E2D

Text Example


Text Example

White with #BE0E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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