Html Css Color HEX #BE1F3C Cardinal

📋 copy color: '#BE1F3C'

red 190 ◦ green 31 ◦ blue 60

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

Shades of Cardinal #BE1F3C

Tints of Cardinal #BE1F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.03%

 BLUE value IS 60 (23.83% from 255) = 21.35%

R = 67.62%
G = 11.03%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BE1F3C (or 0xBE1F3C) is known color: Cardinal. HEX triplet: BE, 1F and 3C. RGB value is (190,31,60). Sum of RGB (Red+Green+Blue) = 190+31+60=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 31 (12.5% from 255 or 11.03% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1F3C is #41E0C3. Grayscale: #515151. Windows color (decimal): -4317380 or 3940286. OLE color: 3940286.

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

Color convert

RGB 190 31 60 -
CMYK 0 0.84 0.68 0.25
HSL 349.06º 0.72% 0.43% -
HSV(B) 349.06º 0.84% 0.75% -
XYZ 22.54 12.25 5.45 -
YUV 81.85 115.68 205.14 -
System Red Green Blue C M Y K H S L
Decimal 190 31 60 0 0.84 0.68 0.25 349.06 0.72 0.43
Hex BE 1F 3C 0 54 44 19 15D 48 2B
Octal 276 37 74 0 124 104 31 535 110 53
Binary 10111110 11111 111100 0 1010100 1000100 11001 101011101 1001000 101011

Color Harmonies of #BE1F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1F3C

Black with #BE1F3C

Text Example


Text Example

White with #BE1F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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