Html Css Color HEX #BE0147 Cardinal

📋 copy color: '#BE0147'

red 190 ◦ green 1 ◦ blue 71

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

Shades of Cardinal #BE0147

Tints of Cardinal #BE0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 72.52%
G = 0.38%
B = 27.1%

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

#BE0147 (or 0xBE0147) is known color: Cardinal. HEX triplet: BE, 01 and 47. RGB value is (190,1,71). Sum of RGB (Red+Green+Blue) = 190+1+71=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0147 is #41FEB8. Grayscale: #414141. Windows color (decimal): -4325049 or 4653502. OLE color: 4653502.

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

Color convert

RGB 190 1 71 -
CMYK 0 0.99 0.63 0.25
HSL 337.78º 0.99% 0.37% -
HSV(B) 337.78º 0.99% 0.75% -
XYZ 22.38 11.42 6.99 -
YUV 65.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 190 1 71 0 0.99 0.63 0.25 337.78 0.99 0.37
Hex BE 1 47 0 63 3F 19 152 63 25
Octal 276 1 107 0 143 77 31 522 143 45
Binary 10111110 1 1000111 0 1100011 111111 11001 101010010 1100011 100101

Color Harmonies of #BE0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0147

Black with #BE0147

Text Example


Text Example

White with #BE0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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