Html Css Color HEX #BE122C Cardinal

📋 copy color: '#BE122C'

red 190 ◦ green 18 ◦ blue 44

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

Shades of Cardinal #BE122C

Tints of Cardinal #BE122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 75.4%
G = 7.14%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE122C (or 0xBE122C) is known color: Cardinal. HEX triplet: BE, 12 and 2C. RGB value is (190,18,44). Sum of RGB (Red+Green+Blue) = 190+18+44=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE122C is #41EDD3. Grayscale: #484848. Windows color (decimal): -4320724 or 2888382. OLE color: 2888382.

HSL color Cylindrical-coordinate representation of color #BE122C: hue angle of 350.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE122C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 18 44 -
CMYK 0 0.91 0.77 0.25
HSL 350.93º 0.83% 0.41% -
HSV(B) 350.93º 0.91% 0.75% -
XYZ 21.91 11.56 3.46 -
YUV 72.39 111.98 211.89 -
System Red Green Blue C M Y K H S L
Decimal 190 18 44 0 0.91 0.77 0.25 350.93 0.83 0.41
Hex BE 12 2C 0 5B 4D 19 15F 53 29
Octal 276 22 54 0 133 115 31 537 123 51
Binary 10111110 10010 101100 0 1011011 1001101 11001 101011111 1010011 101001

Color Harmonies of #BE122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE122C

Black with #BE122C

Text Example


Text Example

White with #BE122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE122C; }

 p { color: rgb(190,18,44); }

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

background-color css

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

 a { background-color: rgb(190,18,44); }

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

border-color css

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

 span { border-color: rgb(190,18,44); }

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