Html Css Color HEX #BE0C44 Cardinal

📋 copy color: '#BE0C44'

red 190 ◦ green 12 ◦ blue 68

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

Shades of Cardinal #BE0C44

Tints of Cardinal #BE0C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.44%

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 70.37%
G = 4.44%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE0C44 (or 0xBE0C44) is known color: Cardinal. HEX triplet: BE, 0C and 44. RGB value is (190,12,68). Sum of RGB (Red+Green+Blue) = 190+12+68=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C44 is #41F3BB. Grayscale: #474747. Windows color (decimal): -4322236 or 4459710. OLE color: 4459710.

HSL color Cylindrical-coordinate representation of color #BE0C44: hue angle of 341.12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C44 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 12 68 -
CMYK 0 0.94 0.64 0.25
HSL 341.12º 0.88% 0.4% -
HSV(B) 341.12º 0.94% 0.75% -
XYZ 22.41 11.63 6.53 -
YUV 71.61 125.97 212.45 -
System Red Green Blue C M Y K H S L
Decimal 190 12 68 0 0.94 0.64 0.25 341.12 0.88 0.4
Hex BE C 44 0 5E 40 19 155 58 28
Octal 276 14 104 0 136 100 31 525 130 50
Binary 10111110 1100 1000100 0 1011110 1000000 11001 101010101 1011000 101000

Color Harmonies of #BE0C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0C44

Black with #BE0C44

Text Example


Text Example

White with #BE0C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0C44; }

 p { color: rgb(190,12,68); }

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

background-color css

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

 a { background-color: rgb(190,12,68); }

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

border-color css

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

 span { border-color: rgb(190,12,68); }

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