#BE1F3E

Color #BE1F3E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE1F3E

Tints of Cardinal #BE1F3E

Color information

#BE1F3E (or 0xBE1F3E) is unknown color: approx Cardinal. HEX triplet: BE, 1F and 3E. RGB value is (190,31,62). Sum of RGB (Red+Green+Blue) = 190+31+62=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1F3E is #41E0C1. Grayscale: #525252. Windows color (decimal): -4317378 or 4071358. OLE color: 4071358.

HSL color Cylindrical-coordinate representation of color #BE1F3E: hue angle of 348.3º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1F3E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1903162-
CMYK00.840.670.25
HSL348.3º71.95%43.33%-
HSV(B)348.3º83.68%74.51%-
XYZ22.5912.275.74-
YUV82.07116.68204.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.14%
GREEN value IS 31 (12.5% from 255) = 10.95%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=67.14%
G=10.95%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190316200.840.670.25348.371.9543.33
HexBE1F3E054431915c482b
Octal276377601241033153411053
Binary1011111011111111110010101001000011110011010111001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1F3E; }

 p { color: rgb(190,31,62); }

 H1.HeaderClassName
 {
   color: #BE1F3E;
 }
 .AnyTagClassName
 {
   color: #BE1F3E;
 }
</style>
background-color css

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

 a { background-color: rgb(190,31,62); }

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

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

 span { border-color: rgb(190,31,62); }

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