Html Css Color HEX #BE162D Cardinal

📋 copy color: '#BE162D'

red 190 ◦ green 22 ◦ blue 45

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

Shades of Cardinal #BE162D

Tints of Cardinal #BE162D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 73.93%
G = 8.56%
B = 17.51%

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

#BE162D (or 0xBE162D) is known color: Cardinal. HEX triplet: BE, 16 and 2D. RGB value is (190,22,45). Sum of RGB (Red+Green+Blue) = 190+22+45=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE162D is #41E9D2. Grayscale: #4A4A4A. Windows color (decimal): -4319699 or 2954942. OLE color: 2954942.

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

Color convert

RGB 190 22 45 -
CMYK 0 0.88 0.76 0.25
HSL 351.79º 0.79% 0.42% -
HSV(B) 351.79º 0.88% 0.75% -
XYZ 22 11.71 3.58 -
YUV 74.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 190 22 45 0 0.88 0.76 0.25 351.79 0.79 0.42
Hex BE 16 2D 0 58 4C 19 160 4F 2A
Octal 276 26 55 0 130 114 31 540 117 52
Binary 10111110 10110 101101 0 1011000 1001100 11001 101100000 1001111 101010

Color Harmonies of #BE162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE162D

Black with #BE162D

Text Example


Text Example

White with #BE162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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