Html Css Color HEX #BE0248 Cardinal

📋 copy color: '#BE0248'

red 190 ◦ green 2 ◦ blue 72

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

Shades of Cardinal #BE0248

Tints of Cardinal #BE0248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.27%

R = 71.97%
G = 0.76%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE0248 (or 0xBE0248) is known color: Cardinal. HEX triplet: BE, 02 and 48. RGB value is (190,2,72). Sum of RGB (Red+Green+Blue) = 190+2+72=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0248 is #41FDB7. Grayscale: #424242. Windows color (decimal): -4324792 or 4719294. OLE color: 4719294.

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

Color convert

RGB 190 2 72 -
CMYK 0 0.99 0.62 0.25
HSL 337.66º 0.98% 0.38% -
HSV(B) 337.66º 0.99% 0.75% -
XYZ 22.43 11.46 7.16 -
YUV 66.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 190 2 72 0 0.99 0.62 0.25 337.66 0.98 0.38
Hex BE 2 48 0 63 3E 19 152 62 26
Octal 276 2 110 0 143 76 31 522 142 46
Binary 10111110 10 1001000 0 1100011 111110 11001 101010010 1100010 100110

Color Harmonies of #BE0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0248

Black with #BE0248

Text Example


Text Example

White with #BE0248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0248; }

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

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

background-color css

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

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

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

border-color css

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

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

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