Html Css Color HEX #BE0247 Cardinal

📋 copy color: '#BE0247'

red 190 ◦ green 2 ◦ blue 71

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

Shades of Cardinal #BE0247

Tints of Cardinal #BE0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 71 (28.13% from 255) = 27%

R = 72.24%
G = 0.76%
B = 27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BE0247 (or 0xBE0247) is known color: Cardinal. HEX triplet: BE, 02 and 47. RGB value is (190,2,71). Sum of RGB (Red+Green+Blue) = 190+2+71=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0247 is #41FDB8. Grayscale: #414141. Windows color (decimal): -4324793 or 4653758. OLE color: 4653758.

HSL color Cylindrical-coordinate representation of color #BE0247: hue angle of 337.98º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0247 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 71 -
CMYK 0 0.99 0.63 0.25
HSL 337.98º 0.98% 0.38% -
HSV(B) 337.98º 0.99% 0.75% -
XYZ 22.39 11.45 6.99 -
YUV 66.08 130.78 216.39 -
System Red Green Blue C M Y K H S L
Decimal 190 2 71 0 0.99 0.63 0.25 337.98 0.98 0.38
Hex BE 2 47 0 63 3F 19 152 62 26
Octal 276 2 107 0 143 77 31 522 142 46
Binary 10111110 10 1000111 0 1100011 111111 11001 101010010 1100010 100110

Color Harmonies of #BE0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0247

Black with #BE0247

Text Example


Text Example

White with #BE0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0247; }

 p { color: rgb(190,2,71); }

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

background-color css

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

 a { background-color: rgb(190,2,71); }

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

border-color css

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

 span { border-color: rgb(190,2,71); }

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