Html Css Color HEX #BE0F2F Cardinal

📋 copy color: '#BE0F2F'

red 190 ◦ green 15 ◦ blue 47

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

Shades of Cardinal #BE0F2F

Tints of Cardinal #BE0F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 75.4%
G = 5.95%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE0F2F (or 0xBE0F2F) is known color: Cardinal. HEX triplet: BE, 0F and 2F. RGB value is (190,15,47). Sum of RGB (Red+Green+Blue) = 190+15+47=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F2F is #41F0D0. Grayscale: #474747. Windows color (decimal): -4321489 or 3084222. OLE color: 3084222.

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

Color convert

RGB 190 15 47 -
CMYK 0 0.92 0.75 0.25
HSL 349.03º 0.85% 0.4% -
HSV(B) 349.03º 0.92% 0.75% -
XYZ 21.92 11.49 3.75 -
YUV 70.97 114.48 212.9 -
System Red Green Blue C M Y K H S L
Decimal 190 15 47 0 0.92 0.75 0.25 349.03 0.85 0.4
Hex BE F 2F 0 5C 4B 19 15D 55 28
Octal 276 17 57 0 134 113 31 535 125 50
Binary 10111110 1111 101111 0 1011100 1001011 11001 101011101 1010101 101000

Color Harmonies of #BE0F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0F2F

Black with #BE0F2F

Text Example


Text Example

White with #BE0F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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