Html Css Color HEX #BE1B35 Cardinal

📋 copy color: '#BE1B35'

red 190 ◦ green 27 ◦ blue 53

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

Shades of Cardinal #BE1B35

Tints of Cardinal #BE1B35

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

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

R = 70.37%
G = 10%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE1B35 (or 0xBE1B35) is known color: Cardinal. HEX triplet: BE, 1B and 35. RGB value is (190,27,53). Sum of RGB (Red+Green+Blue) = 190+27+53=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1B35 is #41E4CA. Grayscale: #4E4E4E. Windows color (decimal): -4318411 or 3480510. OLE color: 3480510.

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

Color convert

RGB 190 27 53 -
CMYK 0 0.86 0.72 0.25
HSL 350.43º 0.75% 0.43% -
HSV(B) 350.43º 0.86% 0.75% -
XYZ 22.27 11.99 4.51 -
YUV 78.7 113.5 207.39 -
System Red Green Blue C M Y K H S L
Decimal 190 27 53 0 0.86 0.72 0.25 350.43 0.75 0.43
Hex BE 1B 35 0 56 48 19 15E 4B 2B
Octal 276 33 65 0 126 110 31 536 113 53
Binary 10111110 11011 110101 0 1010110 1001000 11001 101011110 1001011 101011

Color Harmonies of #BE1B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1B35

Black with #BE1B35

Text Example


Text Example

White with #BE1B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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