Html Css Color HEX #BE202A Cardinal

📋 copy color: '#BE202A'

red 190 ◦ green 32 ◦ blue 42

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

Shades of Cardinal #BE202A

Tints of Cardinal #BE202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 71.97%
G = 12.12%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE202A (or 0xBE202A) is known color: Cardinal. HEX triplet: BE, 20 and 2A. RGB value is (190,32,42). Sum of RGB (Red+Green+Blue) = 190+32+42=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE202A is #41DFD5. Grayscale: #505050. Windows color (decimal): -4317142 or 2760894. OLE color: 2760894.

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

Color convert

RGB 190 32 42 -
CMYK 0 0.83 0.78 0.25
HSL 356.2º 0.71% 0.44% -
HSV(B) 356.2º 0.83% 0.75% -
XYZ 22.17 12.15 3.37 -
YUV 80.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 190 32 42 0 0.83 0.78 0.25 356.2 0.71 0.44
Hex BE 20 2A 0 53 4E 19 164 47 2C
Octal 276 40 52 0 123 116 31 544 107 54
Binary 10111110 100000 101010 0 1010011 1001110 11001 101100100 1000111 101100

Color Harmonies of #BE202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE202A

Black with #BE202A

Text Example


Text Example

White with #BE202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE202A; }

 p { color: rgb(190,32,42); }

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

background-color css

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

 a { background-color: rgb(190,32,42); }

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

border-color css

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

 span { border-color: rgb(190,32,42); }

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