Html Css Color HEX #BE1A2B Cardinal

📋 copy color: '#BE1A2B'

red 190 ◦ green 26 ◦ blue 43

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

Shades of Cardinal #BE1A2B

Tints of Cardinal #BE1A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.04%

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 73.36%
G = 10.04%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE1A2B (or 0xBE1A2B) is known color: Cardinal. HEX triplet: BE, 1A and 2B. RGB value is (190,26,43). Sum of RGB (Red+Green+Blue) = 190+26+43=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A2B is #41E5D4. Grayscale: #4D4D4D. Windows color (decimal): -4318677 or 2824894. OLE color: 2824894.

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

Color convert

RGB 190 26 43 -
CMYK 0 0.86 0.77 0.25
HSL 353.78º 0.76% 0.42% -
HSV(B) 353.78º 0.86% 0.75% -
XYZ 22.04 11.86 3.41 -
YUV 76.97 108.83 208.62 -
System Red Green Blue C M Y K H S L
Decimal 190 26 43 0 0.86 0.77 0.25 353.78 0.76 0.42
Hex BE 1A 2B 0 56 4D 19 162 4C 2A
Octal 276 32 53 0 126 115 31 542 114 52
Binary 10111110 11010 101011 0 1010110 1001101 11001 101100010 1001100 101010

Color Harmonies of #BE1A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A2B

Black with #BE1A2B

Text Example


Text Example

White with #BE1A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A2B; }

 p { color: rgb(190,26,43); }

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

background-color css

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

 a { background-color: rgb(190,26,43); }

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

border-color css

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

 span { border-color: rgb(190,26,43); }

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