Html Css Color HEX #BE1234 Cardinal

📋 copy color: '#BE1234'

red 190 ◦ green 18 ◦ blue 52

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

Shades of Cardinal #BE1234

Tints of Cardinal #BE1234

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

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

R = 73.08%
G = 6.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE1234 (or 0xBE1234) is known color: Cardinal. HEX triplet: BE, 12 and 34. RGB value is (190,18,52). Sum of RGB (Red+Green+Blue) = 190+18+52=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1234 is #41EDCB. Grayscale: #494949. Windows color (decimal): -4320716 or 3412670. OLE color: 3412670.

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

Color convert

RGB 190 18 52 -
CMYK 0 0.91 0.73 0.25
HSL 348.14º 0.83% 0.41% -
HSV(B) 348.14º 0.91% 0.75% -
XYZ 22.07 11.63 4.33 -
YUV 73.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 190 18 52 0 0.91 0.73 0.25 348.14 0.83 0.41
Hex BE 12 34 0 5B 49 19 15C 53 29
Octal 276 22 64 0 133 111 31 534 123 51
Binary 10111110 10010 110100 0 1011011 1001001 11001 101011100 1010011 101001

Color Harmonies of #BE1234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1234

Black with #BE1234

Text Example


Text Example

White with #BE1234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1234; }

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

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

background-color css

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

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

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

border-color css

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

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

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