Html Css Color HEX #BE1630 Cardinal

📋 copy color: '#BE1630'

red 190 ◦ green 22 ◦ blue 48

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

Shades of Cardinal #BE1630

Tints of Cardinal #BE1630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.46%

R = 73.08%
G = 8.46%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE1630 (or 0xBE1630) is known color: Cardinal. HEX triplet: BE, 16 and 30. RGB value is (190,22,48). Sum of RGB (Red+Green+Blue) = 190+22+48=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1630 is #41E9CF. Grayscale: #4B4B4B. Windows color (decimal): -4319696 or 3151550. OLE color: 3151550.

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

Color convert

RGB 190 22 48 -
CMYK 0 0.88 0.75 0.25
HSL 350.71º 0.79% 0.42% -
HSV(B) 350.71º 0.88% 0.75% -
XYZ 22.06 11.73 3.9 -
YUV 75.2 112.66 209.89 -
System Red Green Blue C M Y K H S L
Decimal 190 22 48 0 0.88 0.75 0.25 350.71 0.79 0.42
Hex BE 16 30 0 58 4B 19 15F 4F 2A
Octal 276 26 60 0 130 113 31 537 117 52
Binary 10111110 10110 110000 0 1011000 1001011 11001 101011111 1001111 101010

Color Harmonies of #BE1630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1630

Black with #BE1630

Text Example


Text Example

White with #BE1630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1630; }

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

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

background-color css

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

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

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

border-color css

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

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

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