Html Css Color HEX #BE0948 Cardinal

📋 copy color: '#BE0948'

red 190 ◦ green 9 ◦ blue 72

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

Shades of Cardinal #BE0948

Tints of Cardinal #BE0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

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

R = 70.11%
G = 3.32%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE0948 (or 0xBE0948) is known color: Cardinal. HEX triplet: BE, 09 and 48. RGB value is (190,9,72). Sum of RGB (Red+Green+Blue) = 190+9+72=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0948 is #41F6B7. Grayscale: #464646. Windows color (decimal): -4323000 or 4721086. OLE color: 4721086.

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

Color convert

RGB 190 9 72 -
CMYK 0 0.95 0.62 0.25
HSL 339.12º 0.91% 0.39% -
HSV(B) 339.12º 0.95% 0.75% -
XYZ 22.5 11.61 7.19 -
YUV 70.3 128.97 213.38 -
System Red Green Blue C M Y K H S L
Decimal 190 9 72 0 0.95 0.62 0.25 339.12 0.91 0.39
Hex BE 9 48 0 5F 3E 19 153 5B 27
Octal 276 11 110 0 137 76 31 523 133 47
Binary 10111110 1001 1001000 0 1011111 111110 11001 101010011 1011011 100111

Color Harmonies of #BE0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0948

Black with #BE0948

Text Example


Text Example

White with #BE0948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0948; }

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

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

background-color css

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

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

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

border-color css

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

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

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