Html Css Color HEX #BE0848 Cardinal

📋 copy color: '#BE0848'

red 190 ◦ green 8 ◦ blue 72

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

Shades of Cardinal #BE0848

Tints of Cardinal #BE0848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 70.37%
G = 2.96%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE0848 (or 0xBE0848) is known color: Cardinal. HEX triplet: BE, 08 and 48. RGB value is (190,8,72). Sum of RGB (Red+Green+Blue) = 190+8+72=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0848 is #41F7B7. Grayscale: #454545. Windows color (decimal): -4323256 or 4720830. OLE color: 4720830.

HSL color Cylindrical-coordinate representation of color #BE0848: hue angle of 338.9º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0848 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 8 72 -
CMYK 0 0.96 0.62 0.25
HSL 338.9º 0.92% 0.39% -
HSV(B) 338.9º 0.96% 0.75% -
XYZ 22.49 11.59 7.18 -
YUV 69.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 190 8 72 0 0.96 0.62 0.25 338.9 0.92 0.39
Hex BE 8 48 0 60 3E 19 153 5C 27
Octal 276 10 110 0 140 76 31 523 134 47
Binary 10111110 1000 1001000 0 1100000 111110 11001 101010011 1011100 100111

Color Harmonies of #BE0848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0848

Black with #BE0848

Text Example


Text Example

White with #BE0848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0848; }

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

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

background-color css

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

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

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

border-color css

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

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

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