Html Css Color HEX #BE1735 Cardinal

📋 copy color: '#BE1735'

red 190 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #BE1735

Tints of Cardinal #BE1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.65%

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

R = 71.43%
G = 8.65%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE1735 (or 0xBE1735) is known color: Cardinal. HEX triplet: BE, 17 and 35. RGB value is (190,23,53). Sum of RGB (Red+Green+Blue) = 190+23+53=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1735 is #41E8CA. Grayscale: #4C4C4C. Windows color (decimal): -4319435 or 3479486. OLE color: 3479486.

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

Color convert

RGB 190 23 53 -
CMYK 0 0.88 0.72 0.25
HSL 349.22º 0.78% 0.42% -
HSV(B) 349.22º 0.88% 0.75% -
XYZ 22.18 11.82 4.48 -
YUV 76.35 114.83 209.06 -
System Red Green Blue C M Y K H S L
Decimal 190 23 53 0 0.88 0.72 0.25 349.22 0.78 0.42
Hex BE 17 35 0 58 48 19 15D 4E 2A
Octal 276 27 65 0 130 110 31 535 116 52
Binary 10111110 10111 110101 0 1011000 1001000 11001 101011101 1001110 101010

Color Harmonies of #BE1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1735

Black with #BE1735

Text Example


Text Example

White with #BE1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1735; }

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

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

background-color css

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

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

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

border-color css

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

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

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