Html Css Color HEX #BE1334 Cardinal

📋 copy color: '#BE1334'

red 190 ◦ green 19 ◦ blue 52

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

Shades of Cardinal #BE1334

Tints of Cardinal #BE1334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 72.8%
G = 7.28%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE1334 (or 0xBE1334) is known color: Cardinal. HEX triplet: BE, 13 and 34. RGB value is (190,19,52). Sum of RGB (Red+Green+Blue) = 190+19+52=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1334 is #41ECCB. Grayscale: #494949. Windows color (decimal): -4320460 or 3412926. OLE color: 3412926.

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

Color convert

RGB 190 19 52 -
CMYK 0 0.90 0.73 0.25
HSL 348.42º 0.82% 0.41% -
HSV(B) 348.42º 0.9% 0.75% -
XYZ 22.09 11.66 4.34 -
YUV 73.89 115.65 210.82 -
System Red Green Blue C M Y K H S L
Decimal 190 19 52 0 0.90 0.73 0.25 348.42 0.82 0.41
Hex BE 13 34 0 5A 49 19 15C 52 29
Octal 276 23 64 0 132 111 31 534 122 51
Binary 10111110 10011 110100 0 1011010 1001001 11001 101011100 1010010 101001

Color Harmonies of #BE1334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1334

Black with #BE1334

Text Example


Text Example

White with #BE1334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1334; }

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

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

background-color css

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

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

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

border-color css

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

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

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