Html Css Color HEX #BE0F4B Cardinal

📋 copy color: '#BE0F4B'

red 190 ◦ green 15 ◦ blue 75

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

Shades of Cardinal #BE0F4B

Tints of Cardinal #BE0F4B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 67.86%
G = 5.36%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE0F4B (or 0xBE0F4B) is known color: Cardinal. HEX triplet: BE, 0F and 4B. RGB value is (190,15,75). Sum of RGB (Red+Green+Blue) = 190+15+75=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F4B is #41F0B4. Grayscale: #4A4A4A. Windows color (decimal): -4321461 or 4919230. OLE color: 4919230.

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

Color convert

RGB 190 15 75 -
CMYK 0 0.92 0.61 0.25
HSL 339.43º 0.85% 0.4% -
HSV(B) 339.43º 0.92% 0.75% -
XYZ 22.68 11.8 7.74 -
YUV 74.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 190 15 75 0 0.92 0.61 0.25 339.43 0.85 0.4
Hex BE F 4B 0 5C 3D 19 153 55 28
Octal 276 17 113 0 134 75 31 523 125 50
Binary 10111110 1111 1001011 0 1011100 111101 11001 101010011 1010101 101000

Color Harmonies of #BE0F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0F4B

Black with #BE0F4B

Text Example


Text Example

White with #BE0F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0F4B; }

 p { color: rgb(190,15,75); }

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

background-color css

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

 a { background-color: rgb(190,15,75); }

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

border-color css

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

 span { border-color: rgb(190,15,75); }

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