Html Css Color HEX #BE1335 Cardinal

📋 copy color: '#BE1335'

red 190 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #BE1335

Tints of Cardinal #BE1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 72.52%
G = 7.25%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE1335 (or 0xBE1335) is known color: Cardinal. HEX triplet: BE, 13 and 35. RGB value is (190,19,53). Sum of RGB (Red+Green+Blue) = 190+19+53=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1335 is #41ECCA. Grayscale: #4A4A4A. Windows color (decimal): -4320459 or 3478462. OLE color: 3478462.

HSL color Cylindrical-coordinate representation of color #BE1335: hue angle of 348.07º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1335 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 53 -
CMYK 0 0.90 0.72 0.25
HSL 348.07º 0.82% 0.41% -
HSV(B) 348.07º 0.9% 0.75% -
XYZ 22.11 11.67 4.46 -
YUV 74.01 116.15 210.74 -
System Red Green Blue C M Y K H S L
Decimal 190 19 53 0 0.90 0.72 0.25 348.07 0.82 0.41
Hex BE 13 35 0 5A 48 19 15C 52 29
Octal 276 23 65 0 132 110 31 534 122 51
Binary 10111110 10011 110101 0 1011010 1001000 11001 101011100 1010010 101001

Color Harmonies of #BE1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1335

Black with #BE1335

Text Example


Text Example

White with #BE1335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1335; }

 p { color: rgb(190,19,53); }

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

background-color css

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

 a { background-color: rgb(190,19,53); }

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

border-color css

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

 span { border-color: rgb(190,19,53); }

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