Html Css Color HEX #BE162E Cardinal

📋 copy color: '#BE162E'

red 190 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #BE162E

Tints of Cardinal #BE162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.53%

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 73.64%
G = 8.53%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE162E (or 0xBE162E) is known color: Cardinal. HEX triplet: BE, 16 and 2E. RGB value is (190,22,46). Sum of RGB (Red+Green+Blue) = 190+22+46=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE162E is #41E9D1. Grayscale: #4B4B4B. Windows color (decimal): -4319698 or 3020478. OLE color: 3020478.

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

Color convert

RGB 190 22 46 -
CMYK 0 0.88 0.76 0.25
HSL 351.43º 0.79% 0.42% -
HSV(B) 351.43º 0.88% 0.75% -
XYZ 22.02 11.72 3.69 -
YUV 74.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 190 22 46 0 0.88 0.76 0.25 351.43 0.79 0.42
Hex BE 16 2E 0 58 4C 19 15F 4F 2A
Octal 276 26 56 0 130 114 31 537 117 52
Binary 10111110 10110 101110 0 1011000 1001100 11001 101011111 1001111 101010

Color Harmonies of #BE162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE162E

Black with #BE162E

Text Example


Text Example

White with #BE162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE162E; }

 p { color: rgb(190,22,46); }

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

background-color css

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

 a { background-color: rgb(190,22,46); }

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

border-color css

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

 span { border-color: rgb(190,22,46); }

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