Html Css Color HEX #BE1E3E Cardinal

📋 copy color: '#BE1E3E'

red 190 ◦ green 30 ◦ blue 62

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

Shades of Cardinal #BE1E3E

Tints of Cardinal #BE1E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.64%

 BLUE value IS 62 (24.61% from 255) = 21.99%

R = 67.38%
G = 10.64%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE1E3E (or 0xBE1E3E) is known color: Cardinal. HEX triplet: BE, 1E and 3E. RGB value is (190,30,62). Sum of RGB (Red+Green+Blue) = 190+30+62=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E3E is #41E1C1. Grayscale: #515151. Windows color (decimal): -4317634 or 4071102. OLE color: 4071102.

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

Color convert

RGB 190 30 62 -
CMYK 0 0.84 0.67 0.25
HSL 348º 0.73% 0.43% -
HSV(B) 348º 0.84% 0.75% -
XYZ 22.57 12.22 5.73 -
YUV 81.49 117.01 205.4 -
System Red Green Blue C M Y K H S L
Decimal 190 30 62 0 0.84 0.67 0.25 348 0.73 0.43
Hex BE 1E 3E 0 54 43 19 15C 49 2B
Octal 276 36 76 0 124 103 31 534 111 53
Binary 10111110 11110 111110 0 1010100 1000011 11001 101011100 1001001 101011

Color Harmonies of #BE1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E3E

Black with #BE1E3E

Text Example


Text Example

White with #BE1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E3E; }

 p { color: rgb(190,30,62); }

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

background-color css

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

 a { background-color: rgb(190,30,62); }

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

border-color css

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

 span { border-color: rgb(190,30,62); }

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