Html Css Color HEX #BE202B Cardinal

📋 copy color: '#BE202B'

red 190 ◦ green 32 ◦ blue 43

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

Shades of Cardinal #BE202B

Tints of Cardinal #BE202B

RGB

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

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

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

R = 71.7%
G = 12.08%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE202B (or 0xBE202B) is known color: Cardinal. HEX triplet: BE, 20 and 2B. RGB value is (190,32,43). Sum of RGB (Red+Green+Blue) = 190+32+43=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE202B is #41DFD4. Grayscale: #505050. Windows color (decimal): -4317141 or 2826430. OLE color: 2826430.

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

Color convert

RGB 190 32 43 -
CMYK 0 0.83 0.77 0.25
HSL 355.82º 0.71% 0.44% -
HSV(B) 355.82º 0.83% 0.75% -
XYZ 22.19 12.15 3.46 -
YUV 80.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 190 32 43 0 0.83 0.77 0.25 355.82 0.71 0.44
Hex BE 20 2B 0 53 4D 19 164 47 2C
Octal 276 40 53 0 123 115 31 544 107 54
Binary 10111110 100000 101011 0 1010011 1001101 11001 101100100 1000111 101100

Color Harmonies of #BE202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE202B

Black with #BE202B

Text Example


Text Example

White with #BE202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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