Html Css Color HEX #BE0636 Cardinal

📋 copy color: '#BE0636'

red 190 ◦ green 6 ◦ blue 54

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

Shades of Cardinal #BE0636

Tints of Cardinal #BE0636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 76%
G = 2.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BE0636 (or 0xBE0636) is known color: Cardinal. HEX triplet: BE, 06 and 36. RGB value is (190,6,54). Sum of RGB (Red+Green+Blue) = 190+6+54=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0636 is #41F9C9. Grayscale: #424242. Windows color (decimal): -4323786 or 3540670. OLE color: 3540670.

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

Color convert

RGB 190 6 54 -
CMYK 0 0.97 0.72 0.25
HSL 344.35º 0.94% 0.38% -
HSV(B) 344.35º 0.97% 0.75% -
XYZ 21.97 11.34 4.52 -
YUV 66.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 190 6 54 0 0.97 0.72 0.25 344.35 0.94 0.38
Hex BE 6 36 0 61 48 19 158 5E 26
Octal 276 6 66 0 141 110 31 530 136 46
Binary 10111110 110 110110 0 1100001 1001000 11001 101011000 1011110 100110

Color Harmonies of #BE0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0636

Black with #BE0636

Text Example


Text Example

White with #BE0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0636; }

 p { color: rgb(190,6,54); }

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

background-color css

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

 a { background-color: rgb(190,6,54); }

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

border-color css

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

 span { border-color: rgb(190,6,54); }

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